Uses of Enum Class
org.forgerock.oauth.clients.oauth2.PkceMethod
Package
Description
Forgerock LinkedIn Client Implementation.
OAuth 2.0 ForgeRock Client Implementation.
-
Uses of PkceMethod in org.forgerock.oauth.clients.linkedin
-
Uses of PkceMethod in org.forgerock.oauth.clients.oauth2
Modifier and TypeMethodDescriptionOAuth2ClientConfiguration.getPkceMethod()
Gets the PKCE transformation method to us when making requests to the authorization endpoint.static PkceMethod
Returns the enum constant of this class with the specified name.static PkceMethod[]
PkceMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionOAuth2ClientConfiguration.Builder.withPkceMethod
(PkceMethod pkceMethod) Sets the PKCE transformation method to use.