UNPKG

oidc-client

Version:

OpenID Connect (OIDC) & OAuth2 client library

9 lines (7 loc) 319 B
export class Constants { public static stsAuthority = 'https://demo.identityserver.io/'; public static clientId = 'implicit'; public static clientRoot = 'http://localhost:4200/'; public static clientScope = 'openid profile email api'; public static apiRoot = 'https://demo.identityserver.io/api/'; }