Uses of Class
com.google.auth.oauth2.OAuth2Credentials.CacheState
-
Packages that use OAuth2Credentials.CacheState Package Description com.google.auth.oauth2 -
-
Uses of OAuth2Credentials.CacheState in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return OAuth2Credentials.CacheState Modifier and Type Method Description private OAuth2Credentials.CacheState
OAuth2Credentials. getState()
Computes the effective credential state in relation to the current time.static OAuth2Credentials.CacheState
OAuth2Credentials.CacheState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OAuth2Credentials.CacheState[]
OAuth2Credentials.CacheState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-