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.AuthenticationResultTypeGetTokensFromRefreshTokenResponse. authenticationResult()Returns the value of the AuthenticationResult property for this object.AuthenticationResultTypeInitiateAuthResponse. authenticationResult()The result of a successful and complete authentication request.AuthenticationResultTypeRespondToAuthChallengeResponse. authenticationResult()The outcome of a successful authentication process.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.GetTokensFromRefreshTokenResponse.BuilderGetTokensFromRefreshTokenResponse.Builder. authenticationResult(AuthenticationResultType authenticationResult)Sets the value of the AuthenticationResult property for this object.InitiateAuthResponse.BuilderInitiateAuthResponse.Builder. authenticationResult(AuthenticationResultType authenticationResult)The result of a successful and complete authentication request.RespondToAuthChallengeResponse.BuilderRespondToAuthChallengeResponse.Builder. authenticationResult(AuthenticationResultType authenticationResult)The outcome of a successful authentication process.
-