Module: Static::GetCustomMFA

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"getCustomMFA"
Query =
"  query getCustomMFA($userIdInMiniLogin: String!, $page: Int, $count: Int){\n  getCustomMFA(userIdInMiniLogin: $userIdInMiniLogin, page: $page, count: $count){\n      list{\n          _id\n          userIdInMiniLogin\n          remark\n          name\n          secret\n      }\n      total\n  }\n}\n"