UNPKG

@glamtime/oauth-oidc-client

Version:

Secure your Angular app using the latest standards for OpenID Connect & OAuth2. Provides support for token refresh, all modern OIDC Identity Providers and more.

5 lines (4 loc) 77 B
export interface OpenIDUserInfo { sub: string; [key: string]: any; }