Documentation
    Preparing search index...

    Interface AuthCredentials

    interface AuthCredentials {
        isAuthenticated: boolean;
        openIdToken: string;
        user: AuthUser;
    }
    Index
    isAuthenticated: boolean
    openIdToken: string
    user: AuthUser