AuthActionQuery class

Class for implementing callbacks from Authentication or AuthAdapter during authentication.

AuthenticationAuthAdapterから認証時のコールバックを実装するためのクラス。

Inheritance
Available Extensions

Constructors

AuthActionQuery({Future<void> onRestoredAuth()?, Future<void> onSignIn()?, Future<void> onSignedIn()?, Future<void> onSignOut()?, Future<void> onSignedOut()?})
Class for implementing callbacks from Authentication or AuthAdapter during authentication.

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onRestoredAuth() Future<void>
Executed when authentication information is restored.
override
onSignedIn() Future<void>
It is performed after successful sign-in.
override
onSignedOut() Future<void>
It is performed after a successful sign-out.
override
onSignIn() Future<void>
Runs before sign-in.
override
onSignOut() Future<void>
Runs before signing out.
override
toString() String
A string representation of this object.
inherited

Operators

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