Skip to content

AdminManagedOAuthCacheRequest

Pending managed OAuth configuration to cache for the RingCentral account.

Properties

Property Type Required Description
values all of: ManagedOAuthValues No OAuth values to hold until the administrator completes or cancels authorization.

Example

{
  "values": {
    "clientId": "string",
    "clientSecret": "string",
    "accessTokenUri": "string",
    "authorizationUri": "string",
    "redirectUri": "string",
    "scopes": "string",
    "hostname": "string"
  }
}