interface FetchAuthSessionOptions {
    forceRefresh?: boolean;
}

Properties

Properties

forceRefresh?: boolean