UNPKG

oidc-client-rx

Version:

ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications

6 lines 221 B
export interface SilentRenewRunning { state: SilentRenewRunningState; dateOfLaunchedProcessUtc: string; } export type SilentRenewRunningState = 'running' | 'not-running'; //# sourceMappingURL=flows.models.d.ts.map