UNPKG

@esri/arcgis-rest-request

Version:

Common methods and utilities for @esri/arcgis-rest-js packages.

5 lines (4 loc) 174 B
/** * Utility to hash the codeVerifier using sha256 */ export declare function generateCodeChallenge(codeVerifier: string, win?: Window & typeof globalThis): Promise<any>;