Files
PayDirt/node_modules/@azure/msal-common/dist/authority/OIDCOptions.d.ts
RochesterX 6e820464d5 Initial
2025-11-12 10:13:24 -05:00

9 lines
259 B
TypeScript

import { ServerResponseType } from "../utils/Constants.js";
/**
* Options for the OIDC protocol mode.
*/
export type OIDCOptions = {
serverResponseType?: ServerResponseType;
defaultScopes?: Array<string>;
};
//# sourceMappingURL=OIDCOptions.d.ts.map