Module: Static::RevokeUserAuthorizedApp
- Defined in:
- lib/static.rb
Constant Summary collapse
- Name =
"RevokeUserAuthorizedApp"
- Query =
<<-EOS mutation RevokeUserAuthorizedApp($appId: String, $userPoolId: String, $userId: String){ RevokeUserAuthorizedApp(appId: $appId, userPoolId: $userPoolId, userId: $userId){ _id appId userId scope type isRevoked when } } EOS