Globus SDK for JavaScript
    Preparing search index...
    type Scope = {
        advertised: boolean;
        allows_refresh_token: boolean;
        client: string;
        dependent_scopes: DependentScope[];
        description: string;
        id: string;
        name: string;
        scope_string: string;
    }
    Index

    Properties

    advertised: boolean
    allows_refresh_token: boolean
    client: string
    dependent_scopes: DependentScope[]
    description: string
    id: string
    name: string
    scope_string: string