authConstants.d.ts 373 B

12345678910
  1. export declare const AuthConstants: {
  2. "AAD_COMMON_TENANT": string;
  3. "DEFAULT_ADAL_CLIENT_ID": string;
  4. "SDK_INTERNAL_ERROR": string;
  5. "DEFAULT_LANGUAGE": string;
  6. "AZURE_AUTH_LOCATION": string;
  7. "RESOURCE_MANAGER_ENDPOINT": string;
  8. };
  9. export declare type TokenAudience = "graph" | "batch" | string | undefined;
  10. //# sourceMappingURL=authConstants.d.ts.map