@azure/ms-rest-nodeauth
Version:
Azure Authentication library in node.js with type definitions.
10 lines • 361 B
TypeScript
export declare const AuthConstants: {
AAD_COMMON_TENANT: string;
DEFAULT_ADAL_CLIENT_ID: string;
SDK_INTERNAL_ERROR: string;
DEFAULT_LANGUAGE: string;
AZURE_AUTH_LOCATION: string;
RESOURCE_MANAGER_ENDPOINT: string;
};
export declare type TokenAudience = "graph" | "batch" | string | undefined;
//# sourceMappingURL=authConstants.d.ts.map