@faable/auth-js - v1.7.4
    Preparing search index...

    Type Alias AuthChangeEvent

    AuthChangeEvent:
        | "INITIAL_SESSION"
        | "PASSWORD_RECOVERY"
        | "SIGNED_IN"
        | "SIGNED_OUT"
        | "TOKEN_REFRESHED"
        | "USER_UPDATED"
        | AuthChangeEventMFA

    Event names delivered to FaableAuthClient.onAuthStateChange callbacks.

    • INITIAL_SESSION — fired once on subscribe with the currently-loaded session
    • SIGNED_IN — a session was newly stored or adopted
    • SIGNED_OUT — the session was cleared (locally or via global sign-out)
    • TOKEN_REFRESHED — the SDK refreshed the access token in the background
    • PASSWORD_RECOVERY — the user landed back from a password-reset link
    • USER_UPDATED — the user object was reloaded from /me