Uses of Enum
com.okta.sdk.resource.model.CodeChallengeMethod
Packages that use CodeChallengeMethod
-
Uses of CodeChallengeMethod in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return CodeChallengeMethodModifier and TypeMethodDescriptionstatic CodeChallengeMethodstatic CodeChallengeMethodReturns 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.Methods in com.okta.sdk.resource.model that return types with arguments of type CodeChallengeMethodModifier and TypeMethodDescriptionOAuthMetadata.getCodeChallengeMethodsSupported()A list of PKCE code challenge methods supported by this authorization server.Methods in com.okta.sdk.resource.model with parameters of type CodeChallengeMethodModifier and TypeMethodDescriptionOAuthMetadata.addcodeChallengeMethodsSupportedItem(CodeChallengeMethod codeChallengeMethodsSupportedItem) Method parameters in com.okta.sdk.resource.model with type arguments of type CodeChallengeMethodModifier and TypeMethodDescriptionOAuthMetadata.codeChallengeMethodsSupported(List<CodeChallengeMethod> codeChallengeMethodsSupported) voidOAuthMetadata.setCodeChallengeMethodsSupported(List<CodeChallengeMethod> codeChallengeMethodsSupported)