AuthOtpResponse
AuthOtpResponse is returned when OTP is used.
{@see AuthResponse}
type AuthOtpResponse = RequestResultSafeDestructure<{
user: null;
session: null;
messageId?: string | null;
}>;§Type
§
RequestResultSafeDestructure<{
[src]user: null;
session: null;
messageId?: string | null;
}>