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

    Interface AccessTokenInfo

    Information about an access token.

    interface AccessTokenInfo {
        autoPrefixStreams?: boolean;
        expiresAt?: Date;
        id: string;
        scope: AccessTokenScope;
    }
    Index

    Properties

    autoPrefixStreams?: boolean

    Whether streams are auto-prefixed.

    expiresAt?: Date

    Expiration time.

    id: string

    Access token ID.

    Access token scope.