| Modifier and Type | Method and Description |
|---|---|
static AuthenticationResultMetadata.AuthenticationResultMetadataBuilder |
AuthenticationResultMetadata.builder() |
AuthenticationResultMetadata.AuthenticationResultMetadataBuilder |
AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.cacheRefreshReason(CacheRefreshReason cacheRefreshReason)
Specifies the reason for refreshing the access token, see
CacheRefreshReason for possible values. |
AuthenticationResultMetadata.AuthenticationResultMetadataBuilder |
AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.refreshOn(Long refreshOn)
When the token should be proactively refreshed.
|
AuthenticationResultMetadata.AuthenticationResultMetadataBuilder |
AuthenticationResultMetadata.AuthenticationResultMetadataBuilder.tokenSource(TokenSource tokenSource)
The source of the tokens in the
AuthenticationResult, see TokenSource for possible values |
Copyright © 2013–2025. All rights reserved.