IampassPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • IampassPlatform
Implementers

Constructors

IampassPlatform()
Constructs a IampassPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addUser(String user, String notificationToken) Future<IAMPASSUser?>
authenticateUser(IAMPASSStartAuthenticationParams params) Future<IAMPASSAuthenticationSession?>
debugStartAuth(IAMPASSStartAuthenticationParams params) Future<Map<String, dynamic>>
deleteUser(String user) Future<bool>
endSession(IAMPASSAuthenticationSession session) Future<bool>
handleAuthenticationRequest(IAMPASSAuthenticationRequest request, IAMPASSUser user) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerDevice(String userID, String notificationToken) Future<IAMPASSUser?>
registerUser(String userID) Future<bool>
startAuthentication(IAMPASSStartAuthenticationParams params) Future<IAMPASSAuthenticationSession?>
toString() String
A string representation of this object.
inherited
trainUser(IAMPASSUser registeredUser) Future<IAMPASSUser?>
updateSession(IAMPASSAuthenticationSession session) Future<IAMPASSAuthenticationSession?>
updateUser(String userID, IAMPASSUser userData, String notificationToken) Future<IAMPASSUser?>

Operators

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

Static Properties

instance IampassPlatform
The default instance of IampassPlatform to use.
getter/setter pair