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 to use OAuth 2.0 features in your user pool app client.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlowsWithStrings(String... allowedOAuthFlows) |
The allowed OAuth flows.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlowsWithStrings(Collection<String> allowedOAuthFlows) |
The allowed OAuth flows.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthScopes(String... allowedOAuthScopes) |
The OAuth scopes that your app client supports.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthScopes(Collection<String> allowedOAuthScopes) |
The OAuth scopes that your app client supports.
|
default UserPoolClientType.Builder |
UserPoolClientType.Builder.analyticsConfiguration(Consumer<AnalyticsConfigurationType.Builder> analyticsConfiguration) |
The Amazon Pinpoint analytics configuration for the user pool client.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.analyticsConfiguration(AnalyticsConfigurationType 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(String... callbackURLs) |
A list of allowed redirect (callback) URLs for the IdPs.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.callbackURLs(Collection<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 and time when the item 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(String... 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.idTokenValidity(Integer idTokenValidity) |
The ID token time limit.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.lastModifiedDate(Instant lastModifiedDate) |
The date and time when the item was modified.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.logoutURLs(String... logoutURLs) |
A list of allowed logout URLs for the IdPs.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.logoutURLs(Collection<String> logoutURLs) |
A list of allowed logout URLs for the IdPs.
|
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.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.readAttributes(String... readAttributes) |
The list of user attributes that you want your app client to have read-only access to.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.readAttributes(Collection<String> readAttributes) |
The list of user attributes that you want your app client to have read-only access to.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.refreshTokenValidity(Integer refreshTokenValidity) |
The refresh token time limit.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.supportedIdentityProviders(String... supportedIdentityProviders) |
A list of provider names for the IdPs that this client supports.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.supportedIdentityProviders(Collection<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(String... writeAttributes) |
The list of user attributes that you want your app client to have write access to.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.writeAttributes(Collection<String> writeAttributes) |
The list of user attributes that you want your app client to have write access to.
|