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. |