| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.accessTokenValidity(Number accessTokenValidity)
The time limit, after which the access token is no longer valid and cannot be used.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.allowedOAuthFlows(List<String> allowedOAuthFlows)
The allowed OAuth flows.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.allowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient)
Set to true if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.allowedOAuthFlowsUserPoolClient(IResolvable allowedOAuthFlowsUserPoolClient)
Set to true if the client is allowed to follow the OAuth protocol when interacting with Cognito user pools.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.allowedOAuthScopes(List<String> allowedOAuthScopes)
The allowed OAuth scopes.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.analyticsConfiguration(CfnUserPoolClient.AnalyticsConfigurationProperty analyticsConfiguration)
The Amazon Pinpoint analytics configuration for collecting metrics for this user pool.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.analyticsConfiguration(IResolvable analyticsConfiguration)
The Amazon Pinpoint analytics configuration for collecting metrics for this user pool.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.callbackUrLs(List<String> callbackUrLs)
A list of allowed redirect (callback) URLs for the identity providers.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.clientName(String clientName)
The client name for the user pool client you would like to create.
|
static CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.create(Construct scope,
String id) |
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.defaultRedirectUri(String defaultRedirectUri)
The default redirect URI.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.enableTokenRevocation(Boolean enableTokenRevocation)
Enables or disables token revocation.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.enableTokenRevocation(IResolvable enableTokenRevocation)
Enables or disables token revocation.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.explicitAuthFlows(List<String> explicitAuthFlows)
The authentication flows that are supported by the user pool clients.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.generateSecret(Boolean generateSecret)
Boolean to specify whether you want to generate a secret for the user pool client being created.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.generateSecret(IResolvable generateSecret)
Boolean to specify whether you want to generate a secret for the user pool client being created.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.idTokenValidity(Number idTokenValidity)
The time limit, after which the ID token is no longer valid and cannot be used.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.logoutUrLs(List<String> logoutUrLs)
A list of allowed logout URLs for the identity providers.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.preventUserExistenceErrors(String preventUserExistenceErrors)
Use this setting to choose which errors and responses are returned by Cognito APIs during authentication, account confirmation, and password recovery when the user does not exist in the user pool.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.readAttributes(List<String> readAttributes)
The read attributes.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.refreshTokenValidity(Number refreshTokenValidity)
The time limit, in days, after which the refresh token is no longer valid and cannot be used.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.supportedIdentityProviders(List<String> supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.tokenValidityUnits(CfnUserPoolClient.TokenValidityUnitsProperty tokenValidityUnits)
The units in which the validity times are represented in.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.tokenValidityUnits(IResolvable tokenValidityUnits)
The units in which the validity times are represented in.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.userPoolId(String userPoolId)
The user pool ID for the user pool where you want to create a user pool client.
|
CfnUserPoolClient.Builder |
CfnUserPoolClient.Builder.writeAttributes(List<String> writeAttributes)
The user pool attributes that the app client can write to.
|
Copyright © 2022. All rights reserved.