Class ClientCredentialsByBrand

java.lang.Object
com.ringcentral.definitions.ClientCredentialsByBrand

public class ClientCredentialsByBrand extends Object
Token endpoint request parameters used in the "Client Credentials" authorization flow with the `client_credentials` grant type
  • Field Details

    • grant_type

      public String grant_type
      Grant type Required Enum: client_credentials
    • brand_id

      public String brand_id
      RingCentral Brand identifier Required
  • Constructor Details

    • ClientCredentialsByBrand

      public ClientCredentialsByBrand()
  • Method Details