@kilterset/auth0-actions-testing
Version:
Test and develop Auth0 Actions or Okta CIC Actions locally.
9 lines • 325 B
TypeScript
import Auth0 from "../types";
export declare const client: (attributes?: {
client_id?: string | undefined;
name?: string | undefined;
metadata?: {
[x: string]: string | undefined;
} | undefined;
} | undefined, transient?: Partial<any> | undefined) => Auth0.Client;
//# sourceMappingURL=client.d.ts.map