Package com.ringcentral.definitions
Class ClientCredentialsByPartnerAccount
java.lang.Object
com.ringcentral.definitions.ClientCredentialsByPartnerAccount
Token endpoint request parameters used in the "Client Credentials" authorization flow
with the `client_credentials` grant type
-
Field Summary
FieldsModifier and TypeFieldDescriptionRingCentral Brand identifier RequiredGrant type Required Enum: client_credentialsThe ID of the account on RingCentral partner's side Required -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongrant_type(String grant_type) partner_account_id(String partner_account_id)
-
Field Details
-
grant_type
Grant type Required Enum: client_credentials -
brand_id
RingCentral Brand identifier Required -
partner_account_id
The ID of the account on RingCentral partner's side Required
-
-
Constructor Details
-
ClientCredentialsByPartnerAccount
public ClientCredentialsByPartnerAccount()
-
-
Method Details
-
grant_type
-
brand_id
-
partner_account_id
-