Uses of Enum Class
net.shibboleth.oidc.profile.core.OAuthAuthorizationRequest.CodeChallengeMethod
Packages that use OAuthAuthorizationRequest.CodeChallengeMethod
-
Uses of OAuthAuthorizationRequest.CodeChallengeMethod in net.shibboleth.oidc.profile.core
Fields in net.shibboleth.oidc.profile.core declared as OAuthAuthorizationRequest.CodeChallengeMethodModifier and TypeFieldDescriptionOAuthAuthorizationRequest.codeChallengeMethodThe authorisation code_challenge_method used for Proof Key for Code Exchange.Methods in net.shibboleth.oidc.profile.core that return OAuthAuthorizationRequest.CodeChallengeMethodModifier and TypeMethodDescriptionOAuthAuthorizationRequest.getCodeChallengeMethod()Get the code_challenge_method used to transform the code_verifier into a code_challenge.Returns the enum constant of this class with the specified name.OAuthAuthorizationRequest.CodeChallengeMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.shibboleth.oidc.profile.core with parameters of type OAuthAuthorizationRequest.CodeChallengeMethodModifier and TypeMethodDescriptionvoidOAuthAuthorizationRequest.setCodeChallengeMethod(OAuthAuthorizationRequest.CodeChallengeMethod method) Set the code_challenge_method used to transform the code_verifier into a code_challenge.