UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

10 lines 365 B
import Auth0 from "../types"; export declare const connection: (attributes?: { id?: string | undefined; name?: string | undefined; strategy?: string | undefined; metadata?: { [x: string]: string | undefined; } | undefined; } | undefined, transient?: Partial<any> | undefined) => Auth0.Connection; //# sourceMappingURL=connection.d.ts.map