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

    Interface ListClientGrantsRequestParameters

    {}
    
    interface ListClientGrantsRequestParameters {
        from?: string;
        take?: number;
        audience?: string;
        client_id?: string;
        allow_any_organization?: boolean;
        subject_type?: Management.ClientGrantSubjectTypeEnum;
    }
    Index

    Properties

    from?: string

    Optional Id from which to start selection.

    take?: number

    Number of results per page. Defaults to 50.

    audience?: string

    Optional filter on audience.

    client_id?: string

    Optional filter on client_id.

    allow_any_organization?: boolean

    Optional filter on allow_any_organization.

    The type of application access the client grant allows. Use of this field is subject to the applicable Free Trial terms in Okta’s Master Subscription Agreement.