Uses of Enum Class
org.forgerock.oauth.clients.oidc.JwtRequestParameterOption
Package
Description
OpenID Connect ForgeRock Client Implementation.
-
Uses of JwtRequestParameterOption in org.forgerock.oauth.clients.oidc
Modifier and TypeMethodDescriptionOpenIDConnectClientConfiguration.getJwtRequestParameterOption()
Gets the means by which request parameter jwt would be sent to OIDC provider.static JwtRequestParameterOption
Returns the enum constant of this class with the specified name.static JwtRequestParameterOption[]
JwtRequestParameterOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionOpenIDConnectClientConfiguration.Builder.withJwtRequestParameterOption
(JwtRequestParameterOption jwtRequestParameterOption) Set the request parameter jwt option.