| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
OAuthFlows.Jsii$Proxy
An implementation for
OAuthFlows |
| Modifier and Type | Method and Description |
|---|---|
OAuthFlows |
OAuthFlows.Builder.build()
Builds the configured instance.
|
default OAuthFlows |
OAuthSettings.getFlows()
(experimental) OAuth flows that are allowed with this client.
|
OAuthFlows |
OAuthSettings.Jsii$Proxy.getFlows() |
OAuthFlows |
UserPoolClient.getOAuthFlows()
(experimental) The OAuth flows enabled for this client.
|
| Modifier and Type | Method and Description |
|---|---|
OAuthSettings.Builder |
OAuthSettings.Builder.flows(OAuthFlows flows)
Sets the value of
OAuthSettings.getFlows() |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> callbackUrls,
OAuthFlows flows,
List<String> logoutUrls,
List<? extends OAuthScope> scopes)
Constructor that initializes the object based on literal property values passed by the
OAuthSettings.Builder. |
Copyright © 2021. All rights reserved.