Module: Static::CheckPhoneCode

Defined in:
lib/static.rb

Constant Summary collapse

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