GloCreateAppFromOAuthClientInput
Input for creating a new GloApp.
input GloCreateAppFromOAuthClientInput {
clientId: String!
contactEmail: String!
description: String!
hrid: String!
name: String
}
Fields
GloCreateAppFromOAuthClientInput.clientId ● String! non-null scalar
Client identifier of an existing OAuth 2 client to associate with the App.
GloCreateAppFromOAuthClientInput.contactEmail ● String! non-null scalar
Contact email address of the developer of the new App.
GloCreateAppFromOAuthClientInput.description ● String! non-null scalar
Description of the new App.
GloCreateAppFromOAuthClientInput.hrid ● String! non-null scalar
Unique human-readable identifier for the new App.
GloCreateAppFromOAuthClientInput.name ● String scalar
Name of the new App. If empty, the name of the OAuth 2.0 client will be used.