Module: Static::CheckPhoneCode

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"checkPhoneCode"
Query =
"query checkPhoneCode($userPoolId: String!, $phone: String!, $phoneCode: String!){\ncheckPhoneCode(userPoolId: $userPoolId, phone: $phone, phoneCode: $phoneCode){\nmessage\ncode\nstatus\n}\n}\n"