| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
UserPoolClientType.Builder |
UserPoolClientType.Builder.accessTokenValidity(Integer accessTokenValidity)
The access token time limit.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlows(Collection<OAuthFlowType> allowedOAuthFlows)
The allowed OAuth flows.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows)
The allowed OAuth flows.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient)
Set to true if the client is allowed to follow the OAuth protocol when interacting with Amazon Cognito user
pools.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlowsWithStrings(Collection<String> allowedOAuthFlows)
The allowed OAuth flows.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlowsWithStrings(String... allowedOAuthFlows)
The allowed OAuth flows.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthScopes(Collection<String> allowedOAuthScopes)
The OAuth scopes that your app client supports.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthScopes(String... allowedOAuthScopes)
The OAuth scopes that your app client supports.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.analyticsConfiguration(AnalyticsConfigurationType analyticsConfiguration)
The Amazon Pinpoint analytics configuration for the user pool client.
|
default UserPoolClientType.Builder |
UserPoolClientType.Builder.analyticsConfiguration(Consumer<AnalyticsConfigurationType.Builder> analyticsConfiguration)
The Amazon Pinpoint analytics configuration for the user pool client.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.authSessionValidity(Integer authSessionValidity)
Amazon Cognito creates a session token for each API request in an authentication flow.
|
static UserPoolClientType.Builder |
UserPoolClientType.builder() |
UserPoolClientType.Builder |
UserPoolClientType.Builder.callbackURLs(Collection<String> callbackURLs)
A list of allowed redirect (callback) URLs for the IdPs.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.callbackURLs(String... callbackURLs)
A list of allowed redirect (callback) URLs for the IdPs.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.clientId(String clientId)
The ID of the client associated with the user pool.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.clientName(String clientName)
The client name from the user pool request of the client type.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.clientSecret(String clientSecret)
The client secret from the user pool request of the client type.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.creationDate(Instant creationDate)
The date the user pool client was created.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.defaultRedirectURI(String defaultRedirectURI)
The default redirect URI.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.enablePropagateAdditionalUserContextData(Boolean enablePropagateAdditionalUserContextData)
When
EnablePropagateAdditionalUserContextData is true, Amazon Cognito accepts an
IpAddress value that you send in the UserContextData parameter. |
UserPoolClientType.Builder |
UserPoolClientType.Builder.enableTokenRevocation(Boolean enableTokenRevocation)
Indicates whether token revocation is activated for the user pool client.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.explicitAuthFlows(Collection<ExplicitAuthFlowsType> explicitAuthFlows)
The authentication flows that you want your user pool client to support.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.explicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows)
The authentication flows that you want your user pool client to support.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.explicitAuthFlowsWithStrings(Collection<String> explicitAuthFlows)
The authentication flows that you want your user pool client to support.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.explicitAuthFlowsWithStrings(String... explicitAuthFlows)
The authentication flows that you want your user pool client to support.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.idTokenValidity(Integer idTokenValidity)
The ID token time limit.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.lastModifiedDate(Instant lastModifiedDate)
The date the user pool client was last modified.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.logoutURLs(Collection<String> logoutURLs)
A list of allowed logout URLs for the IdPs.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.logoutURLs(String... logoutURLs)
A list of allowed logout URLs for the IdPs.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.preventUserExistenceErrors(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.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.preventUserExistenceErrors(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.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.readAttributes(Collection<String> readAttributes)
The Read-only attributes.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.readAttributes(String... readAttributes)
The Read-only attributes.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.refreshTokenValidity(Integer refreshTokenValidity)
The refresh token time limit.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.supportedIdentityProviders(Collection<String> supportedIdentityProviders)
A list of provider names for the IdPs that this client supports.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.supportedIdentityProviders(String... supportedIdentityProviders)
A list of provider names for the IdPs that this client supports.
|
UserPoolClientType.Builder |
UserPoolClientType.toBuilder() |
default UserPoolClientType.Builder |
UserPoolClientType.Builder.tokenValidityUnits(Consumer<TokenValidityUnitsType.Builder> tokenValidityUnits)
The time units used to specify the token validity times of each token type: ID, access, and refresh.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.tokenValidityUnits(TokenValidityUnitsType tokenValidityUnits)
The time units used to specify the token validity times of each token type: ID, access, and refresh.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.userPoolId(String userPoolId)
The user pool ID for the user pool client.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.writeAttributes(Collection<String> writeAttributes)
The writeable attributes.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.writeAttributes(String... writeAttributes)
The writeable attributes.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UserPoolClientType.Builder> |
UserPoolClientType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateUserPoolClientResponse.Builder |
UpdateUserPoolClientResponse.Builder.userPoolClient(Consumer<UserPoolClientType.Builder> userPoolClient)
The user pool client value from the response from the server when you request to update the user pool client.
|
default CreateUserPoolClientResponse.Builder |
CreateUserPoolClientResponse.Builder.userPoolClient(Consumer<UserPoolClientType.Builder> userPoolClient)
The user pool client that was just created.
|
default DescribeUserPoolClientResponse.Builder |
DescribeUserPoolClientResponse.Builder.userPoolClient(Consumer<UserPoolClientType.Builder> userPoolClient)
The user pool client from a server response to describe the user pool client.
|
Copyright © 2022. All rights reserved.