Field | Description |
Client Id | Read-only. String. The unique identifier that is used by the client to fetch access tokens for the virtualized API. |
Client Secret | Read-only. String. The secret key value that, used with the client identifier, serves as a password to fetch access tokens for the virtualized API. |
Client Name | Read-only. String. The name of the client (consumer application) that is attempting to get access to the virtualized API. |
Scope | Read-only. String. The scope value is the name of the virtualized API. If the scope value is valid, Mediator obtains the access token. If no scope value is provided, Mediator provides the access token to the scope in which the client is allowed, and adds the scope to the response. |
Refresh Token | Read-only. String. The unique identifier used by the client to obtain a new access token when the current access token becomes invalid or expires. |