Module: Static::GetAccessTokenByAppSecret

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"getAccessTokenByAppSecret"
Query =
"  query getAccessTokenByAppSecret($secret: String, $clientId: String, $retUserId: Boolean, $timestamp: String, $signature: String, $nonce: Int){\n  getAccessTokenByAppSecret(secret: $secret, clientId: $clientId, retUserId: $retUserId, timestamp: $timestamp, signature: $signature, nonce: $nonce)\n}\n"