Uses of Enum Class
org.forgerock.oauth.clients.oauth2.PkceMethod
Packages that use PkceMethod
Package
Description
Forgerock LinkedIn Client Implementation.
OAuth 2.0 ForgeRock Client Implementation.
-
Uses of PkceMethod in org.forgerock.oauth.clients.linkedin
Methods in org.forgerock.oauth.clients.linkedin that return PkceMethod -
Uses of PkceMethod in org.forgerock.oauth.clients.oauth2
Methods in org.forgerock.oauth.clients.oauth2 that return PkceMethodModifier 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.Methods in org.forgerock.oauth.clients.oauth2 with parameters of type PkceMethodModifier and TypeMethodDescriptionOAuth2ClientConfiguration.Builder.withPkceMethod
(PkceMethod pkceMethod) Sets the PKCE transformation method to use.