Uses of Enum
com.okta.sdk.resource.model.CodeChallengeMethod
-
Uses of CodeChallengeMethod in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic CodeChallengeMethod
static CodeChallengeMethod
Returns the enum constant of this type with the specified name.static CodeChallengeMethod[]
CodeChallengeMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionOAuthMetadata.getCodeChallengeMethodsSupported()
A list of PKCE code challenge methods supported by this authorization server.Modifier and TypeMethodDescriptionOAuthMetadata.addcodeChallengeMethodsSupportedItem
(CodeChallengeMethod codeChallengeMethodsSupportedItem) Modifier and TypeMethodDescriptionOAuthMetadata.codeChallengeMethodsSupported
(List<CodeChallengeMethod> codeChallengeMethodsSupported) void
OAuthMetadata.setCodeChallengeMethodsSupported
(List<CodeChallengeMethod> codeChallengeMethodsSupported)