UNPKG

oidc-client-rx

Version:

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

13 lines 228 B
export interface JwtKeys { keys: JwtKey[]; } export interface JwtKey { kty: string; use: string; kid: string; x5t: string; e: string; n: string; x5c: any[]; } //# sourceMappingURL=jwtkeys.d.ts.map