AuthClientLoginOptions class Null safety

Constructors

AuthClientLoginOptions()

Properties

canisterId String?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
identityProvider Uri?
Identity provider. By default, use the identity service.
read / write
maxTimeToLive BigInt?
Experiation of the authentication
read / write
onError ↔ (void Function(String? error)?)
Callback in case authentication fails
read / write
onSuccess ↔ (void Function()?)
Callback once login has completed
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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