Globus SDK for JavaScript
    Preparing search index...
    type Client = {
        client_type: ClientType;
        fqdns: string[];
        grant_types: ClientGrantType[];
        id: string;
        links: { privacy_policy?: string; terms_and_conditions?: string };
        name: string;
        parent_client: string | null;
        preselect_idp: string | null;
        project: string | null;
        prompt_for_named_grant: boolean;
        public_client: boolean;
        redirect_uris: string[];
        required_idp: string | null;
        scopes: string[];
        userinfo_from_effective_identity: boolean;
        visibility: "public" | "private";
    }
    Index

    Properties

    client_type: ClientType
    fqdns: string[]
    grant_types: ClientGrantType[]
    id: string
    links: { privacy_policy?: string; terms_and_conditions?: string }
    name: string
    parent_client: string | null
    preselect_idp: string | null
    project: string | null
    prompt_for_named_grant: boolean
    public_client: boolean
    redirect_uris: string[]
    required_idp: string | null
    scopes: string[]
    userinfo_from_effective_identity: boolean
    visibility: "public" | "private"