UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

29 lines 991 B
import Auth0 from "../types"; export declare const request: (attributes?: { ip?: string | undefined; asn?: string | undefined; method?: string | undefined; query?: { [x: string]: unknown; } | undefined; body?: { [x: string]: unknown; } | undefined; geoip?: { [x: string]: unknown; cityName?: string | undefined; continentCode?: string | undefined; countryCode3?: string | undefined; countryCode?: string | undefined; countryName?: string | undefined; latitude?: number | undefined; longitude?: number | undefined; subdivisionCode?: string | undefined; subdivisionName?: string | undefined; timeZone?: string | undefined; } | undefined; hostname?: string | undefined; language?: string | undefined; user_agent?: string | undefined; } | undefined, transient?: Partial<any> | undefined) => Auth0.Request; //# sourceMappingURL=request.d.ts.map