ClientConfigResponse
The response that contains the client configuration.
Declaration
object ClientConfigResponseProperties
| Name | Type | Description |
|---|---|---|
countryISO2ACode | string | The ISO alpha-2 country code that designates the organization’s location. |
defaultPlatform | string | The value that the MDM client passes for the platform parameter in the |
notificationUrl | string | The current URL to post notifications to. |
subscribedNotificationTypes | [string] | The set of currently subscribed notification types. |
websiteURL | string | The current website URL for the specified platform. |
mdmInfo | MdmInfo | The current information for the provided token. The response only includes this field when the MDM client sets a value using the Client Config endpoint. |
notificationAuthToken | string | The current shared secret that the server returns in the Authorization header of notifications. |
tokenExpirationDate | string | The token’s expiration date in an ISO-8601 format. Note: The server shows all dates and times in UTC. |
uId | string | The unique library identifier. When querying records using multiple tokens that may share libraries, use the |
locationName | string | The current name of the library. |
Discussion
Client config should be checked regularly in order to verify expected values for the various fields.