Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateUserPoolClientRequest.Builder
Packages that use CreateUserPoolClientRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of CreateUserPoolClientRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type CreateUserPoolClientRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.createUserPoolClient(Consumer<CreateUserPoolClientRequest.Builder> createUserPoolClientRequest) Creates an app client in a user pool.default CreateUserPoolClientResponseCognitoIdentityProviderClient.createUserPoolClient(Consumer<CreateUserPoolClientRequest.Builder> createUserPoolClientRequest) Creates an app client in a user pool. -
Uses of CreateUserPoolClientRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return CreateUserPoolClientRequest.BuilderModifier and TypeMethodDescriptionCreateUserPoolClientRequest.Builder.accessTokenValidity(Integer accessTokenValidity) The access token time limit.CreateUserPoolClientRequest.Builder.allowedOAuthFlows(Collection<OAuthFlowType> allowedOAuthFlows) The OAuth grant types that you want your app client to generate for clients in managed login authentication.CreateUserPoolClientRequest.Builder.allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows) The OAuth grant types that you want your app client to generate for clients in managed login authentication.CreateUserPoolClientRequest.Builder.allowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient) Set totrueto use OAuth 2.0 authorization server features in your app client.CreateUserPoolClientRequest.Builder.allowedOAuthFlowsWithStrings(String... allowedOAuthFlows) The OAuth grant types that you want your app client to generate for clients in managed login authentication.CreateUserPoolClientRequest.Builder.allowedOAuthFlowsWithStrings(Collection<String> allowedOAuthFlows) The OAuth grant types that you want your app client to generate for clients in managed login authentication.CreateUserPoolClientRequest.Builder.allowedOAuthScopes(String... allowedOAuthScopes) The OAuth, OpenID Connect (OIDC), and custom scopes that you want to permit your app client to authorize access with.CreateUserPoolClientRequest.Builder.allowedOAuthScopes(Collection<String> allowedOAuthScopes) The OAuth, OpenID Connect (OIDC), and custom scopes that you want to permit your app client to authorize access with.CreateUserPoolClientRequest.Builder.analyticsConfiguration(Consumer<AnalyticsConfigurationType.Builder> analyticsConfiguration) The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint campaign.CreateUserPoolClientRequest.Builder.analyticsConfiguration(AnalyticsConfigurationType analyticsConfiguration) The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint campaign.CreateUserPoolClientRequest.Builder.authSessionValidity(Integer authSessionValidity) Amazon Cognito creates a session token for each API request in an authentication flow.CreateUserPoolClientRequest.builder()CreateUserPoolClientRequest.Builder.callbackURLs(String... callbackURLs) A list of allowed redirect, or callback, URLs for managed login authentication.CreateUserPoolClientRequest.Builder.callbackURLs(Collection<String> callbackURLs) A list of allowed redirect, or callback, URLs for managed login authentication.CreateUserPoolClientRequest.Builder.clientName(String clientName) A friendly name for the app client that you want to create.CreateUserPoolClientRequest.Builder.clientSecret(String clientSecret) A custom client secret that you want to use for the app client.CreateUserPoolClientRequest.Builder.defaultRedirectURI(String defaultRedirectURI) The default redirect URI.CreateUserPoolClientRequest.Builder.enablePropagateAdditionalUserContextData(Boolean enablePropagateAdditionalUserContextData) Whentrue, your application can include additionalUserContextDatain authentication requests.CreateUserPoolClientRequest.Builder.enableTokenRevocation(Boolean enableTokenRevocation) Activates or deactivates token revocation in the target app client.CreateUserPoolClientRequest.Builder.explicitAuthFlows(Collection<ExplicitAuthFlowsType> explicitAuthFlows) The authentication flows that you want your user pool client to support.CreateUserPoolClientRequest.Builder.explicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows) The authentication flows that you want your user pool client to support.CreateUserPoolClientRequest.Builder.explicitAuthFlowsWithStrings(String... explicitAuthFlows) The authentication flows that you want your user pool client to support.CreateUserPoolClientRequest.Builder.explicitAuthFlowsWithStrings(Collection<String> explicitAuthFlows) The authentication flows that you want your user pool client to support.CreateUserPoolClientRequest.Builder.generateSecret(Boolean generateSecret) Whentrue, generates a client secret for the app client.CreateUserPoolClientRequest.Builder.idTokenValidity(Integer idTokenValidity) The ID token time limit.CreateUserPoolClientRequest.Builder.logoutURLs(String... logoutURLs) A list of allowed logout URLs for managed login authentication.CreateUserPoolClientRequest.Builder.logoutURLs(Collection<String> logoutURLs) A list of allowed logout URLs for managed login authentication.CreateUserPoolClientRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateUserPoolClientRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateUserPoolClientRequest.Builder.preventUserExistenceErrors(String preventUserExistenceErrors) WhenENABLED, suppresses messages that might indicate a valid user exists when someone attempts sign-in.CreateUserPoolClientRequest.Builder.preventUserExistenceErrors(PreventUserExistenceErrorTypes preventUserExistenceErrors) WhenENABLED, suppresses messages that might indicate a valid user exists when someone attempts sign-in.CreateUserPoolClientRequest.Builder.readAttributes(String... readAttributes) The list of user attributes that you want your app client to have read access to.CreateUserPoolClientRequest.Builder.readAttributes(Collection<String> readAttributes) The list of user attributes that you want your app client to have read access to.CreateUserPoolClientRequest.Builder.refreshTokenRotation(Consumer<RefreshTokenRotationType.Builder> refreshTokenRotation) The configuration of your app client for refresh token rotation.CreateUserPoolClientRequest.Builder.refreshTokenRotation(RefreshTokenRotationType refreshTokenRotation) The configuration of your app client for refresh token rotation.CreateUserPoolClientRequest.Builder.refreshTokenValidity(Integer refreshTokenValidity) The refresh token time limit.CreateUserPoolClientRequest.Builder.supportedIdentityProviders(String... supportedIdentityProviders) A list of provider names for the identity providers (IdPs) that are supported on this client.CreateUserPoolClientRequest.Builder.supportedIdentityProviders(Collection<String> supportedIdentityProviders) A list of provider names for the identity providers (IdPs) that are supported on this client.CreateUserPoolClientRequest.toBuilder()CreateUserPoolClientRequest.Builder.tokenValidityUnits(Consumer<TokenValidityUnitsType.Builder> tokenValidityUnits) The units that validity times are represented in.CreateUserPoolClientRequest.Builder.tokenValidityUnits(TokenValidityUnitsType tokenValidityUnits) The units that validity times are represented in.CreateUserPoolClientRequest.Builder.userPoolId(String userPoolId) The ID of the user pool where you want to create an app client.CreateUserPoolClientRequest.Builder.writeAttributes(String... writeAttributes) The list of user attributes that you want your app client to have write access to.CreateUserPoolClientRequest.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 CreateUserPoolClientRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateUserPoolClientRequest.Builder>CreateUserPoolClientRequest.serializableBuilderClass()