| isAuthExpired {dataone} | R Documentation | 
Check if the currently valid authentication method has reached the expiration time.
Description
Check if the currently valid authentication method has reached the expiration time.
Usage
isAuthExpired(.Object, ...)
## S4 method for signature 'AuthenticationManager'
isAuthExpired(.Object, node)
Arguments
.Object | 
 An AuthenticationManager instance  | 
... | 
 (Not yet used)  | 
node | 
 A D1Node instance  | 
Value
A logical value: TRUE if authentication has expired, FALSE if not.
[Package dataone version 2.2.2 Index]