Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.InitiateAuthResponse
Packages that use InitiateAuthResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of InitiateAuthResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return InitiateAuthResponseModifier and TypeMethodDescriptiondefault InitiateAuthResponseCognitoIdentityProviderClient.initiateAuth(Consumer<InitiateAuthRequest.Builder> initiateAuthRequest) Declares an authentication flow and initiates sign-in for a user in the Amazon Cognito user directory.default InitiateAuthResponseCognitoIdentityProviderClient.initiateAuth(InitiateAuthRequest initiateAuthRequest) Declares an authentication flow and initiates sign-in for a user in the Amazon Cognito user directory.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type InitiateAuthResponseModifier and TypeMethodDescriptiondefault CompletableFuture<InitiateAuthResponse>CognitoIdentityProviderAsyncClient.initiateAuth(Consumer<InitiateAuthRequest.Builder> initiateAuthRequest) Declares an authentication flow and initiates sign-in for a user in the Amazon Cognito user directory.default CompletableFuture<InitiateAuthResponse>CognitoIdentityProviderAsyncClient.initiateAuth(InitiateAuthRequest initiateAuthRequest) Declares an authentication flow and initiates sign-in for a user in the Amazon Cognito user directory.