UNPKG

oidc-client-rx

Version:

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

13 lines 398 B
export interface AuthWellKnownEndpoints { issuer?: string; jwksUri?: string; authorizationEndpoint?: string; tokenEndpoint?: string; userInfoEndpoint?: string; endSessionEndpoint?: string; checkSessionIframe?: string; revocationEndpoint?: string; introspectionEndpoint?: string; parEndpoint?: string; } //# sourceMappingURL=auth-well-known-endpoints.d.ts.map