Class CreateOrganizationClientGrantRequestBody

java.lang.Object
com.auth0.json.mgmt.organizations.CreateOrganizationClientGrantRequestBody

public class CreateOrganizationClientGrantRequestBody extends Object
Represents the body of the request to send when associating a client grant with an organization.
See Also:
  • Constructor Details

    • CreateOrganizationClientGrantRequestBody

      public CreateOrganizationClientGrantRequestBody(String grantId)
      Create a new instance.
      Parameters:
      grantId - the ID of the grant.