@s2-dev/streamstore - v0.18.1
    Preparing search index...

    Type Alias AccessTokenInfo

    Generated API types re-exported for convenience.

    These mirror the server REST resources and payloads.

    type AccessTokenInfo = {
        auto_prefix_streams?: boolean;
        expires_at?: string | null;
        id: AccessTokenIdStr;
        scope: AccessTokenScope;
    }
    Index

    Properties

    auto_prefix_streams?: boolean

    Namespace streams based on the configured stream-level scope, which must be a prefix. Stream name arguments will be automatically prefixed, and the prefix will be stripped when listing streams.

    expires_at?: string | null

    Expiration time in ISO 8601 format. If not set, the expiration will be set to that of the requestor's token.

    Access token ID. It must be unique to the account and between 1 and 96 bytes in length.

    Access token scope.