@makehq/sdk
    Preparing search index...

    Type Alias Credential

    Credential entity (for credentials within a request)

    type Credential = {
        appModules?: string[];
        appName?: string;
        appVersion?: string;
        component: string;
        createdAt: string;
        declineReason?: string | null;
        description?: string;
        id: string;
        label: string;
        name: string;
        remoteId?: string | null;
        remoteScope?: string[];
        requestId: string;
        scope?: string[];
        state: string;
        tokenId?: string | null;
        type: string;
        updatedAt: string;
    }
    Index

    Properties

    appModules?: string[]

    App modules

    appName?: string

    App name

    appVersion?: string

    App version

    component: string

    Component

    createdAt: string

    Created at

    declineReason?: string | null

    Decline reason

    description?: string

    Description

    id: string

    Unique identifier

    label: string

    Label

    name: string

    Name

    remoteId?: string | null

    Remote ID

    remoteScope?: string[]

    Remote scope

    requestId: string

    Request ID

    scope?: string[]

    Scope

    state: string

    State (e.g., pending, authorized, declined)

    tokenId?: string | null

    Token ID

    type: string

    Type (e.g., oauth)

    updatedAt: string

    Updated at