Uses of Enum Class
org.forgerock.oauth.clients.oidc.JwtRequestParameterOption
Packages that use JwtRequestParameterOption
Package
Description
OpenID Connect ForgeRock Client Implementation.
-
Uses of JwtRequestParameterOption in org.forgerock.oauth.clients.oidc
Methods in org.forgerock.oauth.clients.oidc that return JwtRequestParameterOptionModifier and TypeMethodDescriptionOpenIDConnectClientConfiguration.getJwtRequestParameterOption()Gets the means by which request parameter jwt would be sent to OIDC provider.static JwtRequestParameterOptionReturns 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.Methods in org.forgerock.oauth.clients.oidc with parameters of type JwtRequestParameterOptionModifier and TypeMethodDescriptionOpenIDConnectClientConfiguration.Builder.withJwtRequestParameterOption(JwtRequestParameterOption jwtRequestParameterOption) Set the request parameter jwt option.