gampang - v2.3.7
    Preparing search index...

    Type Alias AuthState

    type AuthState = {
        saveCreds: () => Promise<void>;
        state: AuthenticationState;
    }
    Index

    Properties

    Properties

    saveCreds: () => Promise<void>
    state: AuthenticationState