Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AuthenticationResultType
Packages that use AuthenticationResultType
-
Uses of AuthenticationResultType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AuthenticationResultTypeModifier and TypeMethodDescriptionfinal AuthenticationResultTypeAdminInitiateAuthResponse.authenticationResult()The outcome of successful authentication.final AuthenticationResultTypeAdminRespondToAuthChallengeResponse.authenticationResult()The outcome of a successful authentication process.final AuthenticationResultTypeGetTokensFromRefreshTokenResponse.authenticationResult()Returns the value of the AuthenticationResult property for this object.final AuthenticationResultTypeInitiateAuthResponse.authenticationResult()The result of a successful and complete authentication request.final AuthenticationResultTypeRespondToAuthChallengeResponse.authenticationResult()The outcome of a successful authentication process.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type AuthenticationResultTypeModifier and TypeMethodDescriptionAdminInitiateAuthResponse.Builder.authenticationResult(AuthenticationResultType authenticationResult) The outcome of successful authentication.AdminRespondToAuthChallengeResponse.Builder.authenticationResult(AuthenticationResultType authenticationResult) The outcome of a successful authentication process.GetTokensFromRefreshTokenResponse.Builder.authenticationResult(AuthenticationResultType authenticationResult) Sets the value of the AuthenticationResult property for this object.InitiateAuthResponse.Builder.authenticationResult(AuthenticationResultType authenticationResult) The result of a successful and complete authentication request.RespondToAuthChallengeResponse.Builder.authenticationResult(AuthenticationResultType authenticationResult) The outcome of a successful authentication process.