Uses of Enum Class
com.atlassian.oauth2.provider.api.pkce.CodeChallengeMethod
Packages that use CodeChallengeMethod
Package
Description
-
Uses of CodeChallengeMethod in com.atlassian.oauth2.provider.api.authorization
Methods in com.atlassian.oauth2.provider.api.authorization that return CodeChallengeMethodMethods in com.atlassian.oauth2.provider.api.authorization with parameters of type CodeChallengeMethodModifier and TypeMethodDescriptionAuthorizationService.startAuthorizationFlow(String clientId, String redirectUri, Scope scope, CodeChallengeMethod codeChallengeMethod, String codeChallenge) Creates an authorization request -
Uses of CodeChallengeMethod in com.atlassian.oauth2.provider.api.pkce
Methods in com.atlassian.oauth2.provider.api.pkce that return CodeChallengeMethodModifier and TypeMethodDescriptionstatic CodeChallengeMethodCodeChallengeMethod.fromString(String codeChallengeMethodString) static CodeChallengeMethodReturns the enum constant of this class with the specified name.static CodeChallengeMethod[]CodeChallengeMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.oauth2.provider.api.pkce with parameters of type CodeChallengeMethodModifier and TypeMethodDescriptionbooleanPkceService.isExpectedCodeChallengeGenerated(String expectedCodeChallenge, CodeChallengeMethod codeChallengeMethod, String codeVerifier) Checks if the expected code challenge is produced by applying the given code challenge method to the given code verifier.