public interface ClientConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizationEndpoint()
Returns the authorization endpoint url for the OAuth 2 flow.
|
Optional<String> |
getClientCertificate()
JSON client certificate for authentication.
|
String |
getClientId() |
String |
getClientSecret() |
GrantType |
getGrantType()
Returns the grant type for the OAuth 2 flow.
|
ProviderType |
getProviderType() |
List<String> |
getScopes() |
String |
getTokenEndpoint() |
@Nonnull GrantType getGrantType()
GrantType.AUTHORIZATION_CODE_GRANT.@Nonnull ProviderType getProviderType()
@Nonnull String getClientSecret()
Optional<String> getClientCertificate()
@Nonnull String getAuthorizationEndpoint()
GrantType.requiresAuthorization()Copyright © 2020–2024 Atlassian. All rights reserved.