Globus SDK for JavaScript
    Preparing search index...
    type Credential = {
        client: string;
        created: string;
        id: string;
        name: string;
        secret: string | null;
    }
    Index

    Properties

    client: string
    created: string
    id: string
    name: string
    secret: string | null