UNPKG

angular-auth-oidc-client

Version:

An OpenID Connect Code Flow with PKCE,Implicit Flow client for Angular

13 lines (12 loc) 211 B
export declare class JwtKeys { keys: JwtKey[]; } export declare class JwtKey { kty: string; use: string; kid: string; x5t: string; e: string; n: string; x5c: any[]; }