@reactor/auth — authstatechangecallback
@reactor/auth / AuthStateChangeCallback
Type Alias: AuthStateChangeCallback
Section titled “Type Alias: AuthStateChangeCallback”AuthStateChangeCallback = (
event,session) =>void
Defined in: types.ts:138
Auth state change callback.
Parameters
Section titled “Parameters”session
Section titled “session”User | null
Returns
Section titled “Returns”void