UNPKG

@esri/arcgis-rest-request

Version:

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

11 lines 335 B
import { generateRandomString } from "./generate-random-string.js"; export function getOauthStateId(state, win) { if (typeof state === "string") { return state; } else if (typeof state === "object") { return state.id; } return generateRandomString(win); } //# sourceMappingURL=getOauthStateId.js.map