The Open API specification for Synapse is now available for download!

Download Open API Spec

OAuthClientIdAndSecret

org.sagebionetworks.repo.model.oauth.OAuthClientIdAndSecret

OAuth 2.0 Client ID and secret, generated when a new client is created

Field Type Description
client_id STRING The unique ID for the OAuth client, created by Synapse
client_secret STRING The shared secret used to exchange an access code for an access token. Returned only during initial client creation.