| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthFlow.Jsii$Proxy
An implementation for
AuthFlow |
| Modifier and Type | Method and Description |
|---|---|
AuthFlow |
AuthFlow.Builder.build()
Builds the configured instance.
|
default AuthFlow |
UserPoolClientOptions.getAuthFlows()
The set of OAuth authentication flows to enable on the client.
|
AuthFlow |
UserPoolClientOptions.Jsii$Proxy.getAuthFlows() |
AuthFlow |
UserPoolClientProps.Jsii$Proxy.getAuthFlows() |
| Modifier and Type | Method and Description |
|---|---|
UserPoolClientOptions.Builder |
UserPoolClientOptions.Builder.authFlows(AuthFlow authFlows)
Sets the value of
UserPoolClientOptions.getAuthFlows() |
UserPoolClientProps.Builder |
UserPoolClientProps.Builder.authFlows(AuthFlow authFlows)
Sets the value of
UserPoolClientOptions.getAuthFlows() |
UserPoolClient.Builder |
UserPoolClient.Builder.authFlows(AuthFlow authFlows)
The set of OAuth authentication flows to enable on the client.
|
Copyright © 2022. All rights reserved.