OAuth2ClientType
No description
type OAuth2ClientType {
id: ID!
clientId: String
clientSecret: String
}
Fields
OAuth2ClientType.id
● ID!
non-null scalar
The ID of an object
OAuth2ClientType.clientId
● String
scalar
OAuth2ClientType.clientSecret
● String
scalar
Returned by
createOAuth2Client
mutation