@Value.Immutable
public interface OAuth2Defaults
| Modifier and Type | Method and Description |
|---|---|
List<String> |
authURL()
Auth URLs.
|
List<OAuth2GrantType> |
oAuth2GrantTypesSupported()
OAuth2 Grant types supported by connector.
|
List<String> |
oAuthScopes()
OAuth Scopes.
|
List<String> |
tokenURL()
Token URLs.
|
@Nullable List<String> oAuthScopes()
List<String> tokenURL()
@Nullable List<String> authURL()
List<OAuth2GrantType> oAuth2GrantTypesSupported()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.