| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static UserPoolOperation |
UserPoolOperation.CREATE_AUTH_CHALLENGE
(experimental) Creates a challenge in a custom auth flow.
|
static UserPoolOperation |
UserPoolOperation.CUSTOM_MESSAGE
(experimental) Advanced customization and localization of messages.
|
static UserPoolOperation |
UserPoolOperation.DEFINE_AUTH_CHALLENGE
(experimental) Determines the next challenge in a custom auth flow.
|
static UserPoolOperation |
UserPoolOperation.POST_AUTHENTICATION
(experimental) Event logging for custom analytics.
|
static UserPoolOperation |
UserPoolOperation.POST_CONFIRMATION
(experimental) Custom welcome messages or event logging for custom analytics.
|
static UserPoolOperation |
UserPoolOperation.PRE_AUTHENTICATION
(experimental) Custom validation to accept or deny the sign-in request.
|
static UserPoolOperation |
UserPoolOperation.PRE_SIGN_UP
(experimental) Custom validation to accept or deny the sign-up request.
|
static UserPoolOperation |
UserPoolOperation.PRE_TOKEN_GENERATION
(experimental) Add or remove attributes in Id tokens.
|
static UserPoolOperation |
UserPoolOperation.USER_MIGRATION
(experimental) Migrate a user from an existing user directory to user pools.
|
static UserPoolOperation |
UserPoolOperation.VERIFY_AUTH_CHALLENGE_RESPONSE
(experimental) Determines if a response is correct in a custom auth flow.
|
| Modifier and Type | Method and Description |
|---|---|
static UserPoolOperation |
UserPoolOperation.of(String name)
(experimental) A custom user pool operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserPool.addTrigger(UserPoolOperation operation,
IFunction fn)
(experimental) Add a lambda trigger to a user pool operation.
|
Copyright © 2021. All rights reserved.