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

10 lines
340 B
TypeScript

export type CcsCredential = {
credential: string;
type: CcsCredentialType;
};
export declare const CcsCredentialType: {
readonly HOME_ACCOUNT_ID: "home_account_id";
readonly UPN: "UPN";
};
export type CcsCredentialType = (typeof CcsCredentialType)[keyof typeof CcsCredentialType];
//# sourceMappingURL=CcsCredential.d.ts.map