| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationCodeProperties |
AuthorizationCodeProperties.clone() |
AuthorizationCodeProperties |
OAuth2PropertiesInput.getAuthorizationCodeProperties()
The set of properties required for the the OAuth2
AUTHORIZATION_CODE grant type. |
AuthorizationCodeProperties |
AuthorizationCodeProperties.withAuthorizationCode(String authorizationCode)
An authorization code to be used in the third leg of the
AUTHORIZATION_CODE grant workflow. |
AuthorizationCodeProperties |
AuthorizationCodeProperties.withRedirectUri(String redirectUri)
The redirect URI where the user gets redirected to by authorization server when issuing an authorization code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2PropertiesInput.setAuthorizationCodeProperties(AuthorizationCodeProperties authorizationCodeProperties)
The set of properties required for the the OAuth2
AUTHORIZATION_CODE grant type. |
OAuth2PropertiesInput |
OAuth2PropertiesInput.withAuthorizationCodeProperties(AuthorizationCodeProperties authorizationCodeProperties)
The set of properties required for the the OAuth2
AUTHORIZATION_CODE grant type. |
Copyright © 2025. All rights reserved.