| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolClient |
IUserPool.addClient(String id)
Add a new app client to this user pool.
|
UserPoolClient |
IUserPool.Jsii$Proxy.addClient(String id)
Add a new app client to this user pool.
|
UserPoolClient |
UserPool.addClient(String id)
Add a new app client to this user pool.
|
UserPoolClient |
IUserPool.addClient(String id,
UserPoolClientOptions options)
Add a new app client to this user pool.
|
UserPoolClient |
IUserPool.Jsii$Proxy.addClient(String id,
UserPoolClientOptions options)
Add a new app client to this user pool.
|
default UserPoolClient |
IUserPool.Jsii$Default.addClient(String id,
UserPoolClientOptions options)
Add a new app client to this user pool.
|
UserPoolClient |
UserPool.addClient(String id,
UserPoolClientOptions options)
Add a new app client to this user pool.
|
UserPoolClient |
UserPoolClient.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
String |
UserPoolDomain.signInUrl(UserPoolClient client,
SignInUrlOptions options)
The URL to the sign in page in this domain using a specific UserPoolClient.
|
Copyright © 2022. All rights reserved.