| Modifier and Type | Method and Description |
|---|---|
TokenSource |
AuthenticationResultMetadata.tokenSource()
The source of the tokens in the
AuthenticationResult, see TokenSource for possible values |
static TokenSource |
TokenSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenSource[] |
TokenSource.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.tokenSource(TokenSource tokenSource)
The source of the tokens in the
AuthenticationResult, see TokenSource for possible values |
Copyright © 2013–2025. All rights reserved.