IAMPASSIdentify class

Constructors

IAMPASSIdentify.new(String identificationDataSecret, String identificationURL, String identificationStartURL, IAMPASSRequestedData requestedData)
IAMPASSIdentify.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
identificationDataSecret String
The secret required to authenticate calls to the identification_start_url and the identification_ur.
getter/setter pair
identificationStartURL String
The url to call when this device starts processing the authentication request.
getter/setter pair
identificationURL String
The url to call when all required identification data is collected.
getter/setter pair
requestedData IAMPASSRequestedData
The data require for the authentication.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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