RespondToAuthChallengeResponse class
The response to respond to the authentication challenge.
Constructors
-
RespondToAuthChallengeResponse({AuthenticationResultType? authenticationResult, ChallengeNameType? challengeName, Map<
String, String> ? challengeParameters, String? session}) -
RespondToAuthChallengeResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- authenticationResult → AuthenticationResultType?
-
The result returned by the server in response to the request to respond to
the authentication challenge.
final
- challengeName → ChallengeNameType?
-
The challenge name. For more information, see InitiateAuth.
final
-
challengeParameters
→ Map<
String, String> ? -
The challenge parameters. For more information, see InitiateAuth.
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