n4auth/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.d.ts

8 lines
406 B
TypeScript
Raw Normal View History

2021-07-15 20:10:20 +00:00
import { ICrypto } from "./ICrypto";
export declare class PopTokenGenerator {
private cryptoUtils;
constructor(cryptoUtils: ICrypto);
generateCnf(resourceRequestMethod: string, resourceRequestUri: string): Promise<string>;
signPopToken(accessToken: string, resourceRequestMethod: string, resourceRequestUri: string): Promise<string>;
}
//# sourceMappingURL=PopTokenGenerator.d.ts.map