Class OtpTokenRequest

java.lang.Object
com.ringcentral.definitions.OtpTokenRequest

public class OtpTokenRequest extends Object
Token endpoint request parameters used in the "One-time Password" (OTP) authorization flow with the `otp` grant type
  • Field Details

    • grant_type

      public String grant_type
      Grant type Required Enum: otp
    • code

      public String code
      For `otp` grant type only. One-time password code Required
  • Constructor Details

    • OtpTokenRequest

      public OtpTokenRequest()
  • Method Details