| Modifier and Type | Method and Description |
|---|---|
CacheRefreshReason |
AuthenticationResultMetadata.cacheRefreshReason()
Specifies the reason for refreshing the access token, see
CacheRefreshReason for possible values. |
static CacheRefreshReason |
CacheRefreshReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheRefreshReason[] |
CacheRefreshReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResultMetadata.AuthenticationResultMetadataBuilder |
AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.cacheRefreshReason(CacheRefreshReason cacheRefreshReason)
Specifies the reason for refreshing the access token, see
CacheRefreshReason for possible values. |
Copyright © 2013–2025. All rights reserved.