Module: Static::RemoveOAuthProvider
- Defined in:
- lib/static.rb
Constant Summary collapse
- Name =
"RemoveOAuthProvider"- Query =
<<-EOS mutation RemoveOAuthProvider($appId: String!, $clientId: String!){ RemoveOAuthProvider(appId: $appId, clientId: $clientId){ _id name domain image redirectUris appSecret client_id clientId grants description homepageURL isDeleted when css loginUrl casExpire } } EOS