LookAtMySuitBot/js/node_modules/@azure/msal-common/dist/authority/ProtocolMode.d.ts

9 lines
256 B
TypeScript
Raw Normal View History

2023-12-24 20:08:39 -05:00
/**
* Protocol modes supported by MSAL.
*/
export declare const ProtocolMode: {
readonly AAD: "AAD";
readonly OIDC: "OIDC";
};
export type ProtocolMode = (typeof ProtocolMode)[keyof typeof ProtocolMode];
//# sourceMappingURL=ProtocolMode.d.ts.map