Hiyve Components - v1.0.0
    Preparing search index...

    Interface AuthStateChange

    Emitted when authentication state changes (login, logout, token refresh).

    interface AuthStateChange {
        authenticated: boolean;
        user: AuthUser | null;
    }
    Index

    Properties

    Properties

    authenticated: boolean

    Whether the user is currently authenticated

    user: AuthUser | null

    The authenticated user, or null if logged out