export interface VerifyEmailAuthenticationMethod { /** The unique session identifier for the enrollment as returned by POST /authentication-methods */ auth_session: string; /** The one-time password code sent to the email address. */ otp_code: string; }