枚举 UserActionLogDto.EventType

  • 所有已实现的接口:
    Serializable, Comparable<UserActionLogDto.EventType>
    封闭类:
    UserActionLogDto

    public static enum UserActionLogDto.EventType
    extends Enum<UserActionLogDto.EventType>
    事件类型: - `login`: 登录 - `logout`: 登出 - `register`: 注册 - `verifyMfa`: 验证 MFA - `updateUserProfile`: 修改用户信息 - `updateUserPassword`: 修改密码 - `updateUserEmail`: 修改邮箱 - `updateUserPhone`: 修改手机号 - `bindMfa`: 绑定 MFA - `bindEmail`: 绑定邮箱 - `bindPhone`: 绑定手机号 - `unbindPhone`: 解绑手机号 - `unbindEmail`: 解绑邮箱 - `unbindMFA`: 解绑 MFA - `deleteAccount`: 注销账号 - `verifyFirstLogin`: 首次登录验证