@amirsavand/ngx-common - v5.1.0
    Preparing search index...

    Interface AuthToken

    Typical JWT token parsed structure from DRF API.

    interface AuthToken {
        exp: number;
        jti: string;
        token_type: string;
        user_id: number;
    }
    Index

    Properties

    exp: number
    jti: string
    token_type: string
    user_id: number