Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UserPoolClientType.Builder
Packages that use UserPoolClientType.Builder
-
Uses of UserPoolClientType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UserPoolClientType.BuilderModifier and TypeMethodDescriptionUserPoolClientType.Builder.accessTokenValidity(Integer accessTokenValidity) The access token time limit.UserPoolClientType.Builder.allowedOAuthFlows(Collection<OAuthFlowType> allowedOAuthFlows) The OAuth grant types that you want your app client to generate.UserPoolClientType.Builder.allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows) The OAuth grant types that you want your app client to generate.UserPoolClientType.Builder.allowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient) Set totrueto use OAuth 2.0 authorization server features in your app client.UserPoolClientType.Builder.allowedOAuthFlowsWithStrings(String... allowedOAuthFlows) The OAuth grant types that you want your app client to generate.UserPoolClientType.Builder.allowedOAuthFlowsWithStrings(Collection<String> allowedOAuthFlows) The OAuth grant types that you want your app client to generate.UserPoolClientType.Builder.allowedOAuthScopes(String... allowedOAuthScopes) The OAuth 2.0 scopes that you want your app client to support.UserPoolClientType.Builder.allowedOAuthScopes(Collection<String> allowedOAuthScopes) The OAuth 2.0 scopes that you want your app client to support.default UserPoolClientType.BuilderUserPoolClientType.Builder.analyticsConfiguration(Consumer<AnalyticsConfigurationType.Builder> analyticsConfiguration) The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint campaign.UserPoolClientType.Builder.analyticsConfiguration(AnalyticsConfigurationType analyticsConfiguration) The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint campaign.UserPoolClientType.Builder.authSessionValidity(Integer authSessionValidity) Amazon Cognito creates a session token for each API request in an authentication flow.static UserPoolClientType.BuilderUserPoolClientType.builder()UserPoolClientType.Builder.callbackURLs(String... callbackURLs) A list of allowed redirect (callback) URLs for the IdPs.UserPoolClientType.Builder.callbackURLs(Collection<String> callbackURLs) A list of allowed redirect (callback) URLs for the IdPs.The ID of the app client.UserPoolClientType.Builder.clientName(String clientName) The name of the app client.UserPoolClientType.Builder.clientSecret(String clientSecret) The app client secret.UserPoolClientType.Builder.creationDate(Instant creationDate) The date and time when the item was created.UserPoolClientType.Builder.defaultRedirectURI(String defaultRedirectURI) The default redirect URI.UserPoolClientType.Builder.enablePropagateAdditionalUserContextData(Boolean enablePropagateAdditionalUserContextData) WhenEnablePropagateAdditionalUserContextDatais true, Amazon Cognito accepts anIpAddressvalue that you send in theUserContextDataparameter.UserPoolClientType.Builder.enableTokenRevocation(Boolean enableTokenRevocation) Indicates whether token revocation is activated for the user pool client.UserPoolClientType.Builder.explicitAuthFlows(Collection<ExplicitAuthFlowsType> explicitAuthFlows) The authentication flows that you want your user pool client to support.UserPoolClientType.Builder.explicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows) The authentication flows that you want your user pool client to support.UserPoolClientType.Builder.explicitAuthFlowsWithStrings(String... explicitAuthFlows) The authentication flows that you want your user pool client to support.UserPoolClientType.Builder.explicitAuthFlowsWithStrings(Collection<String> explicitAuthFlows) The authentication flows that you want your user pool client to support.UserPoolClientType.Builder.idTokenValidity(Integer idTokenValidity) The ID token time limit.UserPoolClientType.Builder.lastModifiedDate(Instant lastModifiedDate) The date and time when the item was modified.UserPoolClientType.Builder.logoutURLs(String... logoutURLs) A list of allowed logout URLs for the IdPs.UserPoolClientType.Builder.logoutURLs(Collection<String> logoutURLs) A list of allowed logout URLs for the IdPs.UserPoolClientType.Builder.preventUserExistenceErrors(String preventUserExistenceErrors) WhenENABLED, suppresses messages that might indicate a valid user exists when someone attempts sign-in.UserPoolClientType.Builder.preventUserExistenceErrors(PreventUserExistenceErrorTypes preventUserExistenceErrors) WhenENABLED, suppresses messages that might indicate a valid user exists when someone attempts sign-in.UserPoolClientType.Builder.readAttributes(String... readAttributes) The list of user attributes that you want your app client to have read access to.UserPoolClientType.Builder.readAttributes(Collection<String> readAttributes) The list of user attributes that you want your app client to have read access to.default UserPoolClientType.BuilderUserPoolClientType.Builder.refreshTokenRotation(Consumer<RefreshTokenRotationType.Builder> refreshTokenRotation) The configuration of your app client for refresh token rotation.UserPoolClientType.Builder.refreshTokenRotation(RefreshTokenRotationType refreshTokenRotation) The configuration of your app client for refresh token rotation.UserPoolClientType.Builder.refreshTokenValidity(Integer refreshTokenValidity) The refresh token time limit.UserPoolClientType.Builder.supportedIdentityProviders(String... supportedIdentityProviders) A list of provider names for the identity providers (IdPs) that are supported on this client.UserPoolClientType.Builder.supportedIdentityProviders(Collection<String> supportedIdentityProviders) A list of provider names for the identity providers (IdPs) that are supported on this client.UserPoolClientType.toBuilder()default UserPoolClientType.BuilderUserPoolClientType.Builder.tokenValidityUnits(Consumer<TokenValidityUnitsType.Builder> tokenValidityUnits) The time units that, withIdTokenValidity,AccessTokenValidity, andRefreshTokenValidity, set and display the duration of ID, access, and refresh tokens for an app client.UserPoolClientType.Builder.tokenValidityUnits(TokenValidityUnitsType tokenValidityUnits) The time units that, withIdTokenValidity,AccessTokenValidity, andRefreshTokenValidity, set and display the duration of ID, access, and refresh tokens for an app client.UserPoolClientType.Builder.userPoolId(String userPoolId) The ID of the user pool associated with the app client.UserPoolClientType.Builder.writeAttributes(String... writeAttributes) The list of user attributes that you want your app client to have write access to.UserPoolClientType.Builder.writeAttributes(Collection<String> writeAttributes) The list of user attributes that you want your app client to have write access to.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UserPoolClientType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UserPoolClientType.Builder>UserPoolClientType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type UserPoolClientType.BuilderModifier and TypeMethodDescriptionCreateUserPoolClientResponse.Builder.userPoolClient(Consumer<UserPoolClientType.Builder> userPoolClient) The details of the new app client.DescribeUserPoolClientResponse.Builder.userPoolClient(Consumer<UserPoolClientType.Builder> userPoolClient) The details of the request app client.UpdateUserPoolClientResponse.Builder.userPoolClient(Consumer<UserPoolClientType.Builder> userPoolClient) The updated details of your app client.