Module: Static::GetCustomMFA

Defined in:
lib/static.rb

Constant Summary collapse

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