default AdminInitiateAuthResponse.Builder |
AdminInitiateAuthResponse.Builder.authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult) |
The outcome of successful authentication.
|
AdminInitiateAuthResponse.Builder |
AdminInitiateAuthResponse.Builder.authenticationResult(AuthenticationResultType authenticationResult) |
The outcome of successful authentication.
|
static AdminInitiateAuthResponse.Builder |
AdminInitiateAuthResponse.builder() |
|
AdminInitiateAuthResponse.Builder |
AdminInitiateAuthResponse.Builder.challengeName(String challengeName) |
The name of the challenge that you're responding to with this call.
|
AdminInitiateAuthResponse.Builder |
AdminInitiateAuthResponse.Builder.challengeName(ChallengeNameType challengeName) |
The name of the challenge that you're responding to with this call.
|
AdminInitiateAuthResponse.Builder |
AdminInitiateAuthResponse.Builder.challengeParameters(Map<String,String> challengeParameters) |
The challenge parameters.
|
AdminInitiateAuthResponse.Builder |
AdminInitiateAuthResponse.Builder.session(String session) |
The session that must be passed to challenge-response requests.
|
AdminInitiateAuthResponse.Builder |
AdminInitiateAuthResponse.toBuilder() |
|