UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

13 lines 540 B
import { WebPartContextCopy_15_2 } from "../../../../../types/@msft/1.15.2/WebPartContext"; /** * Use this for cases where you need a request digestValue for API calls * * getRequestDigestFromClass REQUIRES the Class, NOT NULL * Was previously named getRequestDigest * * @param classContext * @param absoluteWebUrl * @returns */ export declare function getRequestDigestFromContext(classContext: WebPartContextCopy_15_2, absoluteWebUrl: string): Promise<string>; //# sourceMappingURL=getRequestDigestFromContext.d.ts.map