UNPKG

oidc-client-rx

Version:

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

6 lines 175 B
import type { EventTypes } from './event-types'; export interface OidcClientNotification<T> { type: EventTypes; value?: T; } //# sourceMappingURL=notification.d.ts.map