| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResultType |
AdminRespondToAuthChallengeResponse.authenticationResult()
The result returned by the server in response to the authentication request.
|
AuthenticationResultType |
AdminInitiateAuthResponse.authenticationResult()
The result of the authentication response.
|
AuthenticationResultType |
RespondToAuthChallengeResponse.authenticationResult()
The result returned by the server in response to the request to respond to the authentication challenge.
|
AuthenticationResultType |
InitiateAuthResponse.authenticationResult()
The result of the authentication response.
|
| Modifier and Type | Method and Description |
|---|---|
AdminRespondToAuthChallengeResponse.Builder |
AdminRespondToAuthChallengeResponse.Builder.authenticationResult(AuthenticationResultType authenticationResult)
The result returned by the server in response to the authentication request.
|
AdminInitiateAuthResponse.Builder |
AdminInitiateAuthResponse.Builder.authenticationResult(AuthenticationResultType authenticationResult)
The result of the authentication response.
|
RespondToAuthChallengeResponse.Builder |
RespondToAuthChallengeResponse.Builder.authenticationResult(AuthenticationResultType authenticationResult)
The result returned by the server in response to the request to respond to the authentication challenge.
|
InitiateAuthResponse.Builder |
InitiateAuthResponse.Builder.authenticationResult(AuthenticationResultType authenticationResult)
The result of the authentication response.
|
Copyright © 2020. All rights reserved.