Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface BffAuthState

    interface BffAuthState {
        sessionId: string | null;
        type: BffAuthType;
        user: WebAppUser | null;
    }
    Index

    Properties

    Properties

    sessionId: string | null
    user: WebAppUser | null