IAMPASSAuthenticationSession class

Constructors

IAMPASSAuthenticationSession(bool authenticated, String status, String? reason, String? statusURL, String? token, String? secret, String? logoutURL)
IAMPASSAuthenticationSession.fromJson(Map<String, dynamic> json)

Properties

authenticated bool
getter/setter pair
hasFailed bool
no setter
hashCode int
The hash code for this object.
no setterinherited
isAuthenticated bool
no setter
isClosed bool
no setter
isPending bool
no setter
logoutURL String?
getter/setter pair
reason String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String?
getter/setter pair
status String
getter/setter pair
statusURL String?
getter/setter pair
token String?
getter/setter pair

Methods

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

Operators

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