AdminInitiateAuthResponse class
Initiates the authentication response, as an administrator.
Constructors
-
AdminInitiateAuthResponse({AuthenticationResultType? authenticationResult, ChallengeNameType? challengeName, Map<
String, String> ? challengeParameters, String? session}) -
AdminInitiateAuthResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- authenticationResult → AuthenticationResultType?
-
The result of the authentication response. This is only returned if the
caller does not need to pass another challenge. If the caller does need to
pass another challenge before it gets tokens,
ChallengeName
,ChallengeParameters
, andSession
are returned.final - challengeName → ChallengeNameType?
-
The name of the challenge which you are responding to with this call. This
is returned to you in the
AdminInitiateAuth
response if you need to pass another challenge.final -
challengeParameters
→ Map<
String, String> ? -
The challenge parameters. These are returned to you in the
AdminInitiateAuth
response if you need to pass another challenge. The responses in this parameter should be used to compute inputs to the next call (AdminRespondToAuthChallenge
).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
AdminInitiateAuth
orAdminRespondToAuthChallenge
API call determines that 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 nextAdminRespondToAuthChallenge
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