UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

14 lines 511 B
export declare const phoneMessageOptions: (attributes?: { action?: string | undefined; code?: string | undefined; message_type?: string | undefined; recipient?: string | undefined; text?: string | undefined; } | undefined, transient?: Partial<any> | undefined) => { action: "enrollment" | "second-factor-authentication" | string; code: string; message_type: "sms" | "voice" | string; recipient: string; text: string; }; //# sourceMappingURL=phone-message-options.d.ts.map