| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolClient.Builder |
UserPoolClient.Builder.accessTokenValidity(Duration accessTokenValidity)
(experimental) Validity of the access token.
|
UserPoolClient.Builder |
UserPoolClient.Builder.authFlows(AuthFlow authFlows)
(experimental) The set of OAuth authentication flows to enable on the client.
|
static UserPoolClient.Builder |
UserPoolClient.Builder.create(software.constructs.Construct scope,
String id) |
UserPoolClient.Builder |
UserPoolClient.Builder.disableOAuth(Boolean disableOAuth)
(experimental) Turns off all OAuth interactions for this client.
|
UserPoolClient.Builder |
UserPoolClient.Builder.generateSecret(Boolean generateSecret)
(experimental) Whether to generate a client secret.
|
UserPoolClient.Builder |
UserPoolClient.Builder.idTokenValidity(Duration idTokenValidity)
(experimental) Validity of the ID token.
|
UserPoolClient.Builder |
UserPoolClient.Builder.oAuth(OAuthSettings oAuth)
(experimental) OAuth settings for this client to interact with the app.
|
UserPoolClient.Builder |
UserPoolClient.Builder.preventUserExistenceErrors(Boolean preventUserExistenceErrors)
(experimental) Whether Cognito returns a UserNotFoundException exception when the user does not exist in the user pool (false), or whether it returns another type of error that doesn't reveal the user's absence.
|
UserPoolClient.Builder |
UserPoolClient.Builder.readAttributes(ClientAttributes readAttributes)
(experimental) The set of attributes this client will be able to read.
|
UserPoolClient.Builder |
UserPoolClient.Builder.refreshTokenValidity(Duration refreshTokenValidity)
(experimental) Validity of the refresh token.
|
UserPoolClient.Builder |
UserPoolClient.Builder.supportedIdentityProviders(List<? extends UserPoolClientIdentityProvider> supportedIdentityProviders)
(experimental) The list of identity providers that users should be able to use to sign in using this client.
|
UserPoolClient.Builder |
UserPoolClient.Builder.userPool(IUserPool userPool)
(experimental) The UserPool resource this client will have access to.
|
UserPoolClient.Builder |
UserPoolClient.Builder.userPoolClientName(String userPoolClientName)
(experimental) Name of the application client.
|
UserPoolClient.Builder |
UserPoolClient.Builder.writeAttributes(ClientAttributes writeAttributes)
(experimental) The set of attributes this client will be able to write.
|
Copyright © 2021. All rights reserved.