Type alias AuthState

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

Type declaration

Generated using TypeDoc