Skip to main content

OAuthCodeInput (Input)

Description

No description



Fields

NameDescription
clientId - String!
redirectUri - String!
scopes - [PrimaryScopes!]!

input OAuthCodeInput {
clientId: String!
redirectUri: String!
scopes: [PrimaryScopes!]!
}