Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
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) |
Future<CreateUserPoolClientResult> |
AbstractAWSCognitoIdentityProviderAsync.createUserPoolClientAsync(CreateUserPoolClientRequest request,
AsyncHandler<CreateUserPoolClientRequest,CreateUserPoolClientResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.clone() |
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthFlows(Collection<String> allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthFlows(String... allowedOAuthFlows)
Set to
code to initiate a code grant flow, which provides an authorization code as the response. |
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient)
Set to
True if the client is allowed to follow the OAuth protocol when interacting with Cognito user
pools. |
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthScopes(Collection<String> allowedOAuthScopes)
A list of allowed
OAuth scopes. |
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthScopes(String... allowedOAuthScopes)
A list of allowed
OAuth scopes. |
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAnalyticsConfiguration(AnalyticsConfigurationType analyticsConfiguration)
The Amazon Pinpoint analytics configuration for collecting metrics for this user pool.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withCallbackURLs(Collection<String> callbackURLs)
A list of allowed redirect (callback) URLs for the identity providers.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withCallbackURLs(String... callbackURLs)
A list of allowed redirect (callback) URLs for the identity providers.
|
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.withExplicitAuthFlows(Collection<String> explicitAuthFlows)
The authentication flows that are supported by the user pool clients.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withExplicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)
The authentication flows that are supported by the user pool clients.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withExplicitAuthFlows(String... explicitAuthFlows)
The authentication flows that are supported by the user pool clients.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withGenerateSecret(Boolean generateSecret)
Boolean to specify whether you want to generate a secret for the user pool client being created.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withLogoutURLs(Collection<String> logoutURLs)
A list of allowed logout URLs for the identity providers.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withLogoutURLs(String... logoutURLs)
A list of allowed logout URLs for the identity providers.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withPreventUserExistenceErrors(PreventUserExistenceErrorTypes 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.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withPreventUserExistenceErrors(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.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withReadAttributes(Collection<String> readAttributes)
The read attributes.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withReadAttributes(String... readAttributes)
The read attributes.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withRefreshTokenValidity(Integer refreshTokenValidity)
The time limit, in days, after which the refresh token is no longer valid and cannot be used.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withSupportedIdentityProviders(Collection<String> supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withSupportedIdentityProviders(String... supportedIdentityProviders)
A list of provider names for the identity providers that are supported on this client.
|
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 © 2019. All rights reserved.