Globus SDK for JavaScript
    Preparing search index...
    • Return a list of clients the authenticated entity is an owner of, or the client associated with the specified fqdn.

      Parameters

      • options:
            | {
                payload?: undefined;
                query?: { fqdn?: string; project_id?: string };
            } & BaseServiceMethodOptions
            | undefined = {}
      • OptionalsdkOptions: SDKOptions

      Returns Promise<JSONFetchResponse<WrappedClients>>