RespondToAuthChallengeResponse

The response to respond to the authentication challenge.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The result returned by the server in response to the request to respond to the authentication challenge.

Link copied to clipboard

The challenge name. For more information, see InitiateAuth.

Link copied to clipboard

The challenge parameters. For more information, see InitiateAuth.

Link copied to clipboard

The session that should be passed both ways in challenge-response calls to the service. If the caller must pass another challenge, they return a session with other challenge parameters. This session should be passed as it is to the next RespondToAuthChallenge API call.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String