UserPoolClientType.Builder |
UserPoolClientType.Builder.accessTokenValidity(Integer accessTokenValidity) |
The access token time limit.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlows(Collection<OAuthFlowType> allowedOAuthFlows) |
The OAuth grant types that you want your app client to generate.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows) |
The OAuth grant types that you want your app client to generate.
|
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 OAuth grant types that you want your app client to generate.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthFlowsWithStrings(Collection<String> allowedOAuthFlows) |
The OAuth grant types that you want your app client to generate.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthScopes(String... allowedOAuthScopes) |
The OAuth 2.0 scopes that you want your app client to support.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.allowedOAuthScopes(Collection<String> allowedOAuthScopes) |
The OAuth 2.0 scopes that you want your app client to support.
|
default UserPoolClientType.Builder |
UserPoolClientType.Builder.analyticsConfiguration(Consumer<AnalyticsConfigurationType.Builder> analyticsConfiguration) |
The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint
campaign.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.analyticsConfiguration(AnalyticsConfigurationType analyticsConfiguration) |
The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint
campaign.
|
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 app client.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.clientName(String clientName) |
The name of the app client.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.clientSecret(String clientSecret) |
The app client secret.
|
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 access to.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.readAttributes(Collection<String> readAttributes) |
The list of user attributes that you want your app client to have read 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 identity providers (IdPs) that are supported on this client.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.supportedIdentityProviders(Collection<String> supportedIdentityProviders) |
A list of provider names for the identity providers (IdPs) that are supported on this client.
|
UserPoolClientType.Builder |
UserPoolClientType.toBuilder() |
|
default UserPoolClientType.Builder |
UserPoolClientType.Builder.tokenValidityUnits(Consumer<TokenValidityUnitsType.Builder> tokenValidityUnits) |
The time units that, with IdTokenValidity, AccessTokenValidity, and
RefreshTokenValidity, set and display the duration of ID, access, and refresh tokens for an app
client.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.tokenValidityUnits(TokenValidityUnitsType tokenValidityUnits) |
The time units that, with IdTokenValidity, AccessTokenValidity, and
RefreshTokenValidity, set and display the duration of ID, access, and refresh tokens for an app
client.
|
UserPoolClientType.Builder |
UserPoolClientType.Builder.userPoolId(String userPoolId) |
The ID of the user pool associated with the app 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.
|