/
REST Objects OAuth2 Token Request
REST Objects OAuth2 Token Request
OAuth2 Token Request Object Format
OAuth2 Token Request Object Properties
Property | Type | Required? | Description |
---|---|---|---|
ClientId | string | Yes | The Client ID value for the ServiceBroker Tenant which is enabled for JWT authentication, and for which a JWT is being requested. |
ClientSecret | string | Yes | The Client Secret for the ServiceBroker Tenant which is enabled for JWT authentication, and for which a JWT is being requested. |
GrantType | string | Yes | Fixed string, must be "ClientCredentials". |
ExpiresInSeconds | integer | Yes | The number of seconds the issued JWT will be valid for. |
, multiple selections available,
Related content
REST Other OAuth2 Token API
REST Other OAuth2 Token API
More like this
REST Objects System Access Token
REST Objects System Access Token
More like this
Authentication Object
Authentication Object
More like this
REST Other OAuth2 User Info API
REST Other OAuth2 User Info API
More like this