Module: Static::CheckPhoneCode

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"checkPhoneCode"
Query =
<<-EOS
  query checkPhoneCode($userPoolId: String!, $phone: String!, $phoneCode: String!){
  checkPhoneCode(userPoolId: $userPoolId, phone: $phone, phoneCode: $phoneCode){
      message
      code
      status
  }
}
EOS