default InitiateAuthResponse.Builder |
InitiateAuthResponse.Builder.authenticationResult(Consumer<AuthenticationResultType.Builder> authenticationResult) |
The result of the authentication response.
|
InitiateAuthResponse.Builder |
InitiateAuthResponse.Builder.authenticationResult(AuthenticationResultType authenticationResult) |
The result of the authentication response.
|
InitiateAuthResponse.Builder |
InitiateAuthResponse.Builder.availableChallenges(Collection<ChallengeNameType> availableChallenges) |
This response parameter prompts a user to select from multiple available challenges that they can complete
authentication with.
|
InitiateAuthResponse.Builder |
InitiateAuthResponse.Builder.availableChallenges(ChallengeNameType... availableChallenges) |
This response parameter prompts a user to select from multiple available challenges that they can complete
authentication with.
|
InitiateAuthResponse.Builder |
InitiateAuthResponse.Builder.availableChallengesWithStrings(String... availableChallenges) |
This response parameter prompts a user to select from multiple available challenges that they can complete
authentication with.
|
InitiateAuthResponse.Builder |
InitiateAuthResponse.Builder.availableChallengesWithStrings(Collection<String> availableChallenges) |
This response parameter prompts a user to select from multiple available challenges that they can complete
authentication with.
|
static InitiateAuthResponse.Builder |
InitiateAuthResponse.builder() |
|
InitiateAuthResponse.Builder |
InitiateAuthResponse.Builder.challengeName(String challengeName) |
The name of the challenge that you're responding to with this call.
|
InitiateAuthResponse.Builder |
InitiateAuthResponse.Builder.challengeName(ChallengeNameType challengeName) |
The name of the challenge that you're responding to with this call.
|
InitiateAuthResponse.Builder |
InitiateAuthResponse.Builder.challengeParameters(Map<String,String> challengeParameters) |
The challenge parameters.
|
InitiateAuthResponse.Builder |
InitiateAuthResponse.Builder.session(String session) |
The session that should pass both ways in challenge-response calls to the service.
|
InitiateAuthResponse.Builder |
InitiateAuthResponse.toBuilder() |
|