@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface AuthRefreshToken

    Generated by orval v8.2.0 🍺 Do not edit manually. Core System API

    interface AuthRefreshToken {
        accessToken: string;
        expirationTime: number;
        refreshToken: string;
    }
    Index

    Properties

    accessToken: string

    The access token and formatted as JWT

    expirationTime: number

    The expiration date of the refresh token.

    refreshToken: string

    The new refresh token.