Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface SecretKey

    interface SecretKey {
        active: boolean;
        expiresAt?: string;
        id: string;
        issuedAt: string;
        label?: string;
        lastUsedAt?: string;
        revokedAt?: string;
        status: SecretKeyStatus;
        tokenType: "bearer";
        updatedAt?: string;
        usageCount?: number;
    }
    Index
    active: boolean
    expiresAt?: string
    id: string
    issuedAt: string
    label?: string
    lastUsedAt?: string
    revokedAt?: string
    tokenType: "bearer"
    updatedAt?: string
    usageCount?: number