interface TokenExpireSoonData {
    tokenExpiresIn: number;
}

Properties

Properties

tokenExpiresIn: number