CreateOAuthApplicationPayload
Autogenerated return type of CreateOAuthApplication.
type CreateOAuthApplicationPayload {
clientMutationId: String
oauth_application: OAuthApplication!
secret: String!
}
Fields
CreateOAuthApplicationPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateOAuthApplicationPayload.oauth_application ● OAuthApplication! non-null object
The newly created OAuth2 application.
CreateOAuthApplicationPayload.secret ● String! non-null scalar
The plaintext client secret. Store it now; it will not be shown again.
Returned By
createOAuthApplication mutation