Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.InitiateAuthResponse
-
Packages that use InitiateAuthResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 InitiateAuthResponse Modifier and Type Method Description default InitiateAuthResponseCognitoIdentityProviderClient. initiateAuth(Consumer<InitiateAuthRequest.Builder> initiateAuthRequest)Initiates sign-in for a user in the Amazon Cognito user directory.default InitiateAuthResponseCognitoIdentityProviderClient. initiateAuth(InitiateAuthRequest initiateAuthRequest)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 InitiateAuthResponse Modifier and Type Method Description default CompletableFuture<InitiateAuthResponse>CognitoIdentityProviderAsyncClient. initiateAuth(Consumer<InitiateAuthRequest.Builder> initiateAuthRequest)Initiates sign-in for a user in the Amazon Cognito user directory.default CompletableFuture<InitiateAuthResponse>CognitoIdentityProviderAsyncClient. initiateAuth(InitiateAuthRequest initiateAuthRequest)Initiates sign-in for a user in the Amazon Cognito user directory.
-