interface AccessTokenStatus {
    authorized: boolean;
    expiresAt?: number;
}

Properties

authorized: boolean
expiresAt?: number