default AdminInitiateAuthResponse.Builder |
AdminInitiateAuthResponse.Builder.authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult) |
The result of the authentication response.
|
AdminInitiateAuthResponse.Builder |
AdminInitiateAuthResponse.Builder.authenticationResult(AuthenticationResultType authenticationResult) |
The result of the authentication response.
|
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 should be passed both ways in challenge-response calls to the service.
|
AdminInitiateAuthResponse.Builder |
AdminInitiateAuthResponse.toBuilder() |
|