Package | Description |
---|---|
org.forgerock.openidconnect |
Modifier and Type | Method and Description |
---|---|
static Client.TokenEndpointAuthMethod |
Client.TokenEndpointAuthMethod.fromString(String type)
Translates a string into a token endpoint auth method type.
|
Client.TokenEndpointAuthMethod |
Client.getTokenEndpointAuthMethod()
Gets the token endpoint auth method.
|
static Client.TokenEndpointAuthMethod |
Client.TokenEndpointAuthMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Client.TokenEndpointAuthMethod[] |
Client.TokenEndpointAuthMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.