| Package | Description |
|---|---|
| com.atlassian.oauth2.client.api | |
| com.atlassian.oauth2.client.api.storage.config |
| Modifier and Type | Method and Description |
|---|---|
GrantType |
ClientConfiguration.getGrantType()
Returns the grant type for the OAuth 2 flow.
|
| Modifier and Type | Method and Description |
|---|---|
static GrantType |
GrantType.defaultGrantType() |
static GrantType |
GrantType.forValue(String value) |
static GrantType |
GrantType.getByNameOrDefault(String name) |
GrantType |
ClientConfigurationEntity.getGrantType() |
static GrantType |
GrantType.orDefaultGrantType(GrantType grantType) |
static GrantType |
GrantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrantType[] |
GrantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<GrantType> |
GrantType.getByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
ClientConfigurationEntity.Builder |
ClientConfigurationEntity.Builder.grantType(GrantType grantType) |
static GrantType |
GrantType.orDefaultGrantType(GrantType grantType) |
Copyright © 2020–2024 Atlassian. All rights reserved.