Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.InitiateAuthRequest
Packages that use InitiateAuthRequest
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of InitiateAuthRequest in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider with parameters of type InitiateAuthRequestModifier and TypeMethodDescriptiondefault CompletableFuture<InitiateAuthResponse>CognitoIdentityProviderAsyncClient.initiateAuth(InitiateAuthRequest 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. -
Uses of InitiateAuthRequest in software.amazon.awssdk.services.cognitoidentityprovider.transform
Methods in software.amazon.awssdk.services.cognitoidentityprovider.transform with parameters of type InitiateAuthRequestModifier and TypeMethodDescriptionInitiateAuthRequestMarshaller.marshall(InitiateAuthRequest initiateAuthRequest)