Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AuthenticationResultType
-
Packages that use AuthenticationResultType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AuthenticationResultType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AuthenticationResultType Modifier and Type Method Description AuthenticationResultTypeAdminInitiateAuthResponse. authenticationResult()The outcome of successful authentication.AuthenticationResultTypeAdminRespondToAuthChallengeResponse. authenticationResult()The outcome of a successful authentication process.AuthenticationResultTypeInitiateAuthResponse. authenticationResult()The result of the authentication response.AuthenticationResultTypeRespondToAuthChallengeResponse. authenticationResult()The result returned by the server in response to the request to respond to the authentication challenge.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AuthenticationResultType Modifier and Type Method Description AdminInitiateAuthResponse.BuilderAdminInitiateAuthResponse.Builder. authenticationResult(AuthenticationResultType authenticationResult)The outcome of successful authentication.AdminRespondToAuthChallengeResponse.BuilderAdminRespondToAuthChallengeResponse.Builder. authenticationResult(AuthenticationResultType authenticationResult)The outcome of a successful authentication process.InitiateAuthResponse.BuilderInitiateAuthResponse.Builder. authenticationResult(AuthenticationResultType authenticationResult)The result of the authentication response.RespondToAuthChallengeResponse.BuilderRespondToAuthChallengeResponse.Builder. authenticationResult(AuthenticationResultType authenticationResult)The result returned by the server in response to the request to respond to the authentication challenge.
-