UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

17 lines 547 B
import Auth0 from "../types"; interface SessionTransientParams { deviceIdPrefix: "last" | "initial"; ip: string; asn: string; } export declare const session: (attributes?: { id?: string | undefined; device?: { last_asn?: string | undefined; last_ip?: string | undefined; initial_asn?: string | undefined; initial_ip?: string | undefined; } | undefined; } | undefined, transient?: Partial<SessionTransientParams> | undefined) => Auth0.Session; export {}; //# sourceMappingURL=session.d.ts.map