Class AuthRequest

java.lang.Object
com.bytedesk.core.base.BaseRequest
com.bytedesk.core.rbac.auth.AuthRequest
All Implemented Interfaces:
Serializable

public class AuthRequest extends BaseRequest
Author:
20580156@qq.com
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • username

      private String username
    • password

      private String password
    • country

      private String country
    • mobile

      private String mobile
    • email

      private String email
    • code

      private String code
    • platform

      @NotBlank private @NotBlank String platform
    • captchaUid

      private String captchaUid
    • captchaCode

      private String captchaCode
    • deviceUid

      private String deviceUid
    • userUid

      private String userUid
  • Constructor Details

    • AuthRequest

      public AuthRequest()
  • Method Details

    • getReceiver

      public String getReceiver()
    • isEmail

      public Boolean isEmail()
    • isMobile

      public Boolean isMobile()