AuthenticateResponseCli class

Inheritance

Constructors

AuthenticateResponseCli(dynamic output, AsklessError? error, String clientRequestId, String? serverId)
AuthenticateResponseCli.fromResponse(InternalAsklessResponseEntity asklessResponse)
factory

Properties

claims List<String>?
no setter
clientRequestId String
finalinherited
credential Map<String, dynamic>?
no setter
error AsklessError?
Error details in case where success == false
getter/setter pairinherited
errorDescription String?
no setter
hashCode int
The hash code for this object.
no setterinherited
invalidCredential bool
no setter
isCredentialError bool
no setter
output ↔ dynamic
The output the server sent, or null.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId String?
finalinherited
success bool
Indicates whether the request attempt is a success
no setterinherited
userId → dynamic
no setter

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

Constants

typeResponse → const String