Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.GetUserAuthFactorsResponse
Packages that use GetUserAuthFactorsResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of GetUserAuthFactorsResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return GetUserAuthFactorsResponseModifier and TypeMethodDescriptiondefault GetUserAuthFactorsResponseCognitoIdentityProviderClient.getUserAuthFactors(Consumer<GetUserAuthFactorsRequest.Builder> getUserAuthFactorsRequest) Lists the authentication options for the currently signed-in user.default GetUserAuthFactorsResponseCognitoIdentityProviderClient.getUserAuthFactors(GetUserAuthFactorsRequest getUserAuthFactorsRequest) Lists the authentication options for the currently signed-in user.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type GetUserAuthFactorsResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.getUserAuthFactors(Consumer<GetUserAuthFactorsRequest.Builder> getUserAuthFactorsRequest) Lists the authentication options for the currently signed-in user.CognitoIdentityProviderAsyncClient.getUserAuthFactors(GetUserAuthFactorsRequest getUserAuthFactorsRequest) Lists the authentication options for the currently signed-in user.