Uses of Class
org.forgerock.oauth.clients.oauth2.PkceMethod
-
Packages that use PkceMethod Package Description org.forgerock.oauth.clients.linkedin Forgerock LinkedIn Client Implementation.org.forgerock.oauth.clients.oauth2 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 Modifier and Type Method Description PkceMethod
LinkedInClientConfiguration. getPkceMethod()
-
Uses of PkceMethod in org.forgerock.oauth.clients.oauth2
Methods in org.forgerock.oauth.clients.oauth2 that return PkceMethod Modifier and Type Method 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.Methods in org.forgerock.oauth.clients.oauth2 with parameters of type PkceMethod Modifier and Type Method Description T
OAuth2ClientConfiguration.Builder. withPkceMethod(PkceMethod pkceMethod)
Sets the PKCE transformation method to use.
-