UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

9 lines (8 loc) 190 B
export interface Identity { connection: string; isSocial: boolean; provider: string; profileData: Record<string, string>; user_id: string; [additionalProperties: string]: any; }