Create a new OAuth client
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The name of the OAuth client
"My OAuth client"
List of allowed OAuth scopes
["admin"]OAuth client type
public, confidential List of allowed OAuth grant types
client_credentials, authorization_code, refresh_token Whether PKCE (Proof Key for Code Exchange) is required for this client
List of redirect URIs (required for authorization_code flow)
URL of the client logo
URL of the client's privacy policy
URL of the client's terms of service
OAuth client created successfully