| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
OAuthSettings.Jsii$Proxy
An implementation for
OAuthSettings |
| Modifier and Type | Method and Description |
|---|---|
OAuthSettings |
OAuthSettings.Builder.build()
Builds the configured instance.
|
default OAuthSettings |
UserPoolClientOptions.getOAuth()
OAuth settings for this client to interact with the app.
|
OAuthSettings |
UserPoolClientOptions.Jsii$Proxy.getOAuth() |
OAuthSettings |
UserPoolClientProps.Jsii$Proxy.getOAuth() |
| Modifier and Type | Method and Description |
|---|---|
UserPoolClientOptions.Builder |
UserPoolClientOptions.Builder.oAuth(OAuthSettings oAuth)
Sets the value of
UserPoolClientOptions.getOAuth() |
UserPoolClientProps.Builder |
UserPoolClientProps.Builder.oAuth(OAuthSettings oAuth)
Sets the value of
UserPoolClientOptions.getOAuth() |
UserPoolClient.Builder |
UserPoolClient.Builder.oAuth(OAuthSettings oAuth)
OAuth settings for this client to interact with the app.
|
Copyright © 2022. All rights reserved.