AdminRespondToAuthChallengeResponse class

Responds to the authentication challenge, as an administrator.

Constructors

AdminRespondToAuthChallengeResponse({AuthenticationResultType? authenticationResult, ChallengeNameType? challengeName, Map<String, String>? challengeParameters, String? session})
AdminRespondToAuthChallengeResponse.fromJson(Map<String, dynamic> json)
factory

Properties

authenticationResult AuthenticationResultType?
The result returned by the server in response to the authentication request.
final
challengeName ChallengeNameType?
The name of the challenge. For more information, see AdminInitiateAuth.
final
challengeParameters Map<String, String>?
The challenge parameters. For more information, see AdminInitiateAuth.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
session String?
The session which should be passed both ways in challenge-response calls to the service. If the caller needs to go through another challenge, they return a session with other challenge parameters. This session should be passed as it is to the next RespondToAuthChallenge API call.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited