Type alias AuthOtpResponse

AuthOtpResponse: RequestResultSafeDestructure<{
    messageId?: string | null;
    session: null;
    user: null;
}>

AuthOtpResponse is returned when OTP is used.

{@see AuthResponse}

Generated using TypeDoc