UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

12 lines (10 loc) 273 B
import Auth0 from "../types"; import { chance } from "./chance"; import { define } from "./define"; export const client = define<Auth0.Client>(() => { return { client_id: chance.auth0().clientId(), name: chance.word({ syllables: 3 }), metadata: {}, }; });