UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

10 lines (7 loc) 232 B
export interface Client { // The client id of the application the user is logging in to. client_id: string; // The name of the application (as defined in the Dashboard). name: string; metadata: Record<string, string>; }