| Package | Description |
|---|---|
| com.amazonaws.services.ssoadmin.model |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationCodeGrant |
AuthorizationCodeGrant.clone() |
AuthorizationCodeGrant |
Grant.getAuthorizationCode()
Configuration options for the
authorization_code grant type. |
AuthorizationCodeGrant |
AuthorizationCodeGrant.withRedirectUris(Collection<String> redirectUris)
A list of URIs that are valid locations to redirect a user's browser after the user is authorized.
|
AuthorizationCodeGrant |
AuthorizationCodeGrant.withRedirectUris(String... redirectUris)
A list of URIs that are valid locations to redirect a user's browser after the user is authorized.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grant.setAuthorizationCode(AuthorizationCodeGrant authorizationCode)
Configuration options for the
authorization_code grant type. |
Grant |
Grant.withAuthorizationCode(AuthorizationCodeGrant authorizationCode)
Configuration options for the
authorization_code grant type. |
Copyright © 2023. All rights reserved.