SongGuess
    Preparing search index...

    Token metadata (no plaintext).

    interface ArtifactsTokenInfo {
        createdAt: string;
        expiresAt: string;
        id: string;
        scope: "read" | "write";
        state: "active" | "expired" | "revoked";
    }
    Index

    Properties

    createdAt: string

    ISO 8601 creation timestamp.

    expiresAt: string

    ISO 8601 expiry timestamp.

    id: string

    Unique token ID.

    scope: "read" | "write"

    Token scope: "read" or "write".

    state: "active" | "expired" | "revoked"

    Token state: "active", "expired", or "revoked".