@shortcut/client
    Preparing search index...

    Interface TokenAuthorization

    The authorization details for the token used to authenticate this request.

    interface TokenAuthorization {
        scopes?: string[];
    }
    Index

    Properties

    Properties

    scopes?: string[]

    The scopes granted by the token. Possible values are "read", "write", "story-write", "comment-write", and "admin".