Commit iniziale
This commit is contained in:
10
node_modules/@azure/msal-common/dist/account/CcsCredential.d.ts
generated
vendored
Normal file
10
node_modules/@azure/msal-common/dist/account/CcsCredential.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user