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

    Type Alias AccessTokenInfo

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

    Properties

    auto_prefix_streams: boolean

    Namespace streams based on the configured stream-level scope.

    expires_at?: string | null

    Expiration time in RFC 3339 format.

    Access token ID.

    Access token scope.