Variable AADAuthorityConstantsConst

AADAuthorityConstants: {
    COMMON: "common";
    CONSUMERS: "consumers";
    ORGANIZATIONS: "organizations";
} = ...

String constants related to AAD Authority

Type declaration

  • Readonly COMMON: "common"
  • Readonly CONSUMERS: "consumers"
  • Readonly ORGANIZATIONS: "organizations"

Generated using TypeDoc