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

    Interface AuthStateChange

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

    Properties

    Properties

    authenticated: boolean
    user: AuthUser | null