sendOtp abstract method

  1. @POST.new("/two-factor/send-otp")
Future<Result<StatusResponse>> sendOtp()

Sends an OTP over the configured channel (e.g. email).

Implementation

@POST("/two-factor/send-otp")
Future<Result<StatusResponse>> sendOtp();