@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.765Z") @Stability(value=Experimental) public interface OAuthSettings extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
OAuthSettings.Builder
A builder for
OAuthSettings |
static class |
OAuthSettings.Jsii$Proxy
An implementation for
OAuthSettings |
| Modifier and Type | Method and Description |
|---|---|
static OAuthSettings.Builder |
builder() |
default List<String> |
getCallbackUrls()
(experimental) List of allowed redirect URLs for the identity providers.
|
default OAuthFlows |
getFlows()
(experimental) OAuth flows that are allowed with this client.
|
default List<String> |
getLogoutUrls()
(experimental) List of allowed logout URLs for the identity providers.
|
default List<OAuthScope> |
getScopes()
(experimental) OAuth scopes that are allowed with this client.
|
@Stability(value=Experimental) @Nullable default List<String> getCallbackUrls()
Default: - ['https://example.com'] if either authorizationCodeGrant or implicitCodeGrant flows are enabled, no callback URLs otherwise.
@Stability(value=Experimental) @Nullable default OAuthFlows getFlows()
Default: {authorizationCodeGrant:true,implicitCodeGrant:true}
the 'Allowed OAuth Flows' section at https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-app-idp-settings.html@Stability(value=Experimental) @Nullable default List<String> getLogoutUrls()
Default: - no logout URLs
@Stability(value=Experimental) @Nullable default List<OAuthScope> getScopes()
Default: [OAuthScope.PHONE,OAuthScope.EMAIL,OAuthScope.OPENID,OAuthScope.PROFILE,OAuthScope.COGNITO_ADMIN]
https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-app-idp-settings.html@Stability(value=Experimental) static OAuthSettings.Builder builder()
OAuthSettings.Builder of OAuthSettingsCopyright © 2021. All rights reserved.