Package com.ringcentral.definitions
Class GuestTokenRequest
java.lang.Object
com.ringcentral.definitions.GuestTokenRequest
Token endpoint request parameters used in the "Guest" authorization flow
with the `guest` grant type
-
Field Summary
FieldsModifier and TypeFieldDescriptionRingCentral Brand identifier.Grant type Required Enum: guestResource URL for the guest access.Resource type for the guest access. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongrant_type(String grant_type) resource_type(String resource_type)
-
Field Details
-
grant_type
Grant type Required Enum: guest -
brand_id
RingCentral Brand identifier. -
resource_type
Resource type for the guest access. Required -
resource
Resource URL for the guest access. Required
-
-
Constructor Details
-
GuestTokenRequest
public GuestTokenRequest()
-
-
Method Details
-
grant_type
-
brand_id
-
resource_type
-
resource
-