AuthClientLoginOptions class
Constructors
- AuthClientLoginOptions({Uri? identityProvider, BigInt? maxTimeToLive, String? canisterId, void onSuccess()?, void onError(String? error)?})
-
const
Properties
- canisterId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- identityProvider → Uri?
-
Identity provider. By default, use the identity service.
final
- maxTimeToLive → BigInt?
-
Expiration of the authentication
final
- onError → void Function(String? error)?
-
Callback in case authentication fails
final
- onSuccess → void Function()?
-
Callback once login has completed
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited