| Package | Description |
|---|---|
| com.atlassian.oauth2.provider.api.authorization | |
| com.atlassian.oauth2.provider.api.pkce |
| Modifier and Type | Method and Description |
|---|---|
CodeChallengeMethod |
Authorization.getCodeChallengeMethod() |
| Modifier and Type | Method and Description |
|---|---|
String |
AuthorizationService.startAuthorizationFlow(String clientId,
String redirectUri,
Scope scope,
CodeChallengeMethod codeChallengeMethod,
String codeChallenge)
Creates an authorization request
|
| Modifier and Type | Method and Description |
|---|---|
static CodeChallengeMethod |
CodeChallengeMethod.fromString(String codeChallengeMethodString) |
static CodeChallengeMethod |
CodeChallengeMethod.valueOf(String name)
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 Type | Method and Description |
|---|---|
boolean |
PkceService.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.
|
Copyright © 2020–2023 Atlassian. All rights reserved.