Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface AssociateOrganizationClientGrantRequestContent

    {
    * grant_id: "grant_id"
    * }
    interface AssociateOrganizationClientGrantRequestContent {
        grant_id: string;
    }
    Index

    Properties

    Properties

    grant_id: string

    A Client Grant ID to add to the organization.