@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
16 lines • 727 B
TypeScript
/**
* DOES NOT REQUIRES Context - 2024-09-29: NEED TO TEST getFormDigestValueNoContext before widespread use
*
* getThisFPSDigestValue will first check for a valid digestValue, if not found, will try to request from getRequestDigestFromClass
*
* If you need to use digestValues, such as in SE or certain calls,
* It's best to call this during the onInit because you have the context.
*
* Then later on, you can pass in null for the context because the digestValue will already be updated
*
* @param classContext
* @param absoluteUrl
* @returns
*/
export declare function getThisFPSDigestValueFromUrl(absoluteUrl: string): Promise<string>;
//# sourceMappingURL=getThisFPSDigestValueFromUrl.d.ts.map