OAuthApplicationInput
Input for creating or updating an OAuth2 application.
input OAuthApplicationInput {
confidential: Boolean
name: String
redirect_uri: String
scopes: [String!]
}
Fields
OAuthApplicationInput.confidential ● Boolean scalar
Whether the application can keep its client secret confidential.
OAuthApplicationInput.name ● String scalar
The display name of the application.
OAuthApplicationInput.redirect_uri ● String scalar
The allowed redirect URI(s), one per line.
OAuthApplicationInput.scopes ● [String!] list scalar
The OAuth scopes this application is allowed to request.
Member Of
CreateOAuthApplicationInput input ● UpdateOAuthApplicationInput input