authType property

  1. @Index(index: 1, name: "auth_type", pattern: "")
String? authType
getter/setter pair

Auth type: password/verifycode/qrcode Auth type: password/verifycode/qrcode

Implementation

@Index(index: 1, name: "auth_type", pattern: "")
String? authType;