AdminRespondToAuthChallengeResponse

Responds to the authentication challenge, as an administrator.

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 authentication request.

Link copied to clipboard

The name of the challenge. For more information, see AdminInitiateAuth.

Link copied to clipboard

The challenge parameters. For more information, see AdminInitiateAuth.

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