n4auth/node_modules/@azure/msal-common/dist/network/RequestThumbprint.d.ts

10 lines
267 B
TypeScript
Raw Normal View History

2021-07-15 20:10:20 +00:00
/**
* Type representing a unique request thumbprint.
*/
export declare type RequestThumbprint = {
clientId: string;
authority: string;
scopes: Array<string>;
homeAccountIdentifier?: string;
};
//# sourceMappingURL=RequestThumbprint.d.ts.map