/** * Type representing a unique request thumbprint. */ export declare type RequestThumbprint = { clientId: string; authority: string; scopes: Array; homeAccountIdentifier?: string; }; //# sourceMappingURL=RequestThumbprint.d.ts.map