You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
406 B

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