@dypai-ai/client-sdk - v1.12.0
    Preparing search index...

    Interface DypaiContextValue

    Values provided by the DypaiProvider context.

    interface DypaiContextValue {
        authEvent: AuthChangeEvent | null;
        client: DypaiClient;
        isAuthenticated: boolean;
        isLoading: boolean;
        session: Session | null;
        user: User | null;
    }
    Index

    Properties

    authEvent: AuthChangeEvent | null
    client: DypaiClient
    isAuthenticated: boolean
    isLoading: boolean
    session: Session | null
    user: User | null