Vana SDK - v3.5.0
    Preparing search index...

    Interface TokenRecord

    A persisted token record.

    interface TokenRecord {
        token: string;
        expiresAt?: number;
    }
    Index

    Properties

    Properties

    token: string

    The opaque token value.

    expiresAt?: number

    Optional expiration as a Unix timestamp in seconds.