Interface HonuaAuthProviderContext

interface HonuaAuthProviderContext {
    forceRefresh: boolean;
    previousCredentials?: HonuaAuthCredentials;
    reason: HonuaAuthRefreshReason;
}

Properties

forceRefresh: boolean
previousCredentials?: HonuaAuthCredentials