| Package | Description |
|---|---|
| com.atlassian.oauth2.provider.api.authorization |
| Modifier and Type | Method and Description |
|---|---|
static TokenResponseErrorDescription |
TokenResponseErrorDescription.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenResponseErrorDescription[] |
TokenResponseErrorDescription.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationFlowResult |
AuthorizationFlowResult.failed(TokenResponseErrorDescription errorReason) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
AuthorizationFlowResult.fold(Function<Authorization,T> ifSuccess,
Function<TokenResponseErrorDescription,T> ifFailure) |
void |
AuthorizationFlowResult.ifFailure(Consumer<TokenResponseErrorDescription> ifFailure) |
Copyright © 2020–2023 Atlassian. All rights reserved.