cletus/node_modules/@azure/msal-common/dist/authority/ProtocolMode.d.ts
2025-05-09 15:53:19 -05:00

9 lines
No EOL
264 B
TypeScript

/**
* 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