Module: Static::GetOAuthedAppInfo

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"getOAuthedAppInfo"
Query =
<<-EOS
  query getOAuthedAppInfo($appId: String!){
  getOAuthedAppInfo(appId: $appId){
      _id
      name
      domain
      image
      redirectUris
      appSecret
      client_id
      clientId
      grants
      description
      homepageURL
      isDeleted
      when
      css
      loginUrl
      casExpire
  }
}
EOS