| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserPoolClientResult |
AmazonCognitoIdentityProviderClient.createUserPoolClient(CreateUserPoolClientRequest createUserPoolClientRequest)
Creates the user pool client.
|
CreateUserPoolClientResult |
AmazonCognitoIdentityProvider.createUserPoolClient(CreateUserPoolClientRequest createUserPoolClientRequest)
Creates the user pool client.
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthFlows(Collection<String> allowedOAuthFlows)
The allowed OAuth flows.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthFlows(String... allowedOAuthFlows)
The allowed OAuth flows.
|
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)
The allowed OAuth scopes.
|
CreateUserPoolClientRequest |
CreateUserPoolClientRequest.withAllowedOAuthScopes(String... allowedOAuthScopes)
The 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(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 © 2020. All rights reserved.