UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

12 lines 431 B
import Auth0 from "../types"; export declare const identity: (attributes?: { [x: string]: any; connection?: string | undefined; isSocial?: boolean | undefined; provider?: string | undefined; profileData?: { [x: string]: string | undefined; } | undefined; user_id?: string | undefined; } | undefined, transient?: Partial<any> | undefined) => Auth0.Identity; //# sourceMappingURL=identity.d.ts.map