IAMPASSAuthenticationRequest class
Constructors
- IAMPASSAuthenticationRequest(int userID, String applicationID, String applicationName, String authRequestID, IAMPASSIdentify identify)
-
IAMPASSAuthenticationRequest.fromJson(Map<
String, dynamic> json)
Properties
- applicationID → String
-
The id of the application the request is for.
final
- applicationName → String
-
final
- authRequestID → String
-
The id of the authentication request. This is also used to generate auth headers for calls to the identification urls.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- identify → IAMPASSIdentify
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userID → int
-
final
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