Package | Description |
---|---|
org.forgerock.oauth.clients.oauth2 |
OAuth 2.0 ForgeRock Client Implementation.
|
Modifier and Type | Method and Description |
---|---|
PkceMethod |
OAuth2ClientConfiguration.getPkceMethod()
Gets the PKCE transformation method to us when making requests to the authorization endpoint.
|
static PkceMethod |
PkceMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PkceMethod[] |
PkceMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
OAuth2ClientConfiguration.Builder.withPkceMethod(PkceMethod pkceMethod)
Sets the PKCE transformation method to use.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.