@mobilon-dev/amotop - v0.1.47
    Preparing search index...

    Interface JwtPayload

    interface JwtPayload {
        scopes?: string[];
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    scopes?: string[]