| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can set up user pools and app clients, and authenticate users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateUserPoolClientResult> |
AbstractAWSCognitoIdentityProviderAsync.createUserPoolClientAsync(CreateUserPoolClientRequest request,
AsyncHandler<CreateUserPoolClientRequest,CreateUserPoolClientResult> asyncHandler) |
Future<CreateUserPoolClientResult> |
AWSCognitoIdentityProviderAsync.createUserPoolClientAsync(CreateUserPoolClientRequest createUserPoolClientRequest,
AsyncHandler<CreateUserPoolClientRequest,CreateUserPoolClientResult> asyncHandler)
Creates the user pool client.
|
Future<CreateUserPoolClientResult> |
AWSCognitoIdentityProviderAsyncClient.createUserPoolClientAsync(CreateUserPoolClientRequest request,
AsyncHandler<CreateUserPoolClientRequest,CreateUserPoolClientResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.clone() |
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAccessTokenValidity(Integer accessTokenValidity)
The access token time limit.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthFlows(Collection<String> allowedOAuthFlows)
The allowed OAuth flows.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)
The allowed OAuth flows.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthFlows(String... allowedOAuthFlows)
The allowed OAuth flows.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient)
Set to
true to use OAuth 2.0 features in your user pool app client. |
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthScopes(Collection<String> allowedOAuthScopes)
The allowed OAuth scopes.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthScopes(String... allowedOAuthScopes)
The allowed OAuth scopes.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAnalyticsConfiguration(AnalyticsConfigurationType analyticsConfiguration)
The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint campaign.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAuthSessionValidity(Integer authSessionValidity)
Amazon Cognito creates a session token for each API request in an authentication flow.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withCallbackURLs(Collection<String> callbackURLs)
A list of allowed redirect (callback) URLs for the IdPs.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withCallbackURLs(String... callbackURLs)
A list of allowed redirect (callback) URLs for the IdPs.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withClientName(String clientName)
The client name for the user pool client you would like to create.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withDefaultRedirectURI(String defaultRedirectURI)
The default redirect URI.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withEnablePropagateAdditionalUserContextData(Boolean enablePropagateAdditionalUserContextData)
Activates the propagation of additional user context data.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withEnableTokenRevocation(Boolean enableTokenRevocation)
Activates or deactivates token revocation.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withExplicitAuthFlows(Collection<String> explicitAuthFlows)
The authentication flows that you want your user pool client to support.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withExplicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)
The authentication flows that you want your user pool client to support.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withExplicitAuthFlows(String... explicitAuthFlows)
The authentication flows that you want your user pool client to support.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withGenerateSecret(Boolean generateSecret)
Boolean to specify whether you want to generate a secret for the user pool client being created.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withIdTokenValidity(Integer idTokenValidity)
The ID token time limit.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withLogoutURLs(Collection<String> logoutURLs)
A list of allowed logout URLs for the IdPs.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withLogoutURLs(String... logoutURLs)
A list of allowed logout URLs for the IdPs.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withPreventUserExistenceErrors(PreventUserExistenceErrorTypes preventUserExistenceErrors)
Errors and responses that you want Amazon Cognito APIs to return during authentication, account confirmation, and
password recovery when the user doesn't exist in the user pool.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withPreventUserExistenceErrors(String preventUserExistenceErrors)
Errors and responses that you want Amazon Cognito APIs to return during authentication, account confirmation, and
password recovery when the user doesn't exist in the user pool.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withReadAttributes(Collection<String> readAttributes)
The read attributes.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withReadAttributes(String... readAttributes)
The read attributes.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withRefreshTokenValidity(Integer refreshTokenValidity)
The refresh token time limit.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withSupportedIdentityProviders(Collection<String> supportedIdentityProviders)
A list of provider names for the identity providers (IdPs) that are supported on this client.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withSupportedIdentityProviders(String... supportedIdentityProviders)
A list of provider names for the identity providers (IdPs) that are supported on this client.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withTokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The units in which the validity times are represented.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to create a user pool client.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withWriteAttributes(Collection<String> writeAttributes)
The user pool attributes that the app client can write to.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withWriteAttributes(String... writeAttributes)
The user pool attributes that the app client can write to.
|
Copyright © 2023. All rights reserved.