UNPKG

steemconnect-firebase-functions

Version:

A TypeScript library that can help you build applications with SteemConnect and Firebase.

6 lines (5 loc) 355 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const checkOAuth2Error_1 = require("./checkOAuth2Error"); const constants_1 = require("./constants"); exports.isAccessTokenRevokedError = ({ error, error_description }) => checkOAuth2Error_1.checkOAuth2Error({ error, error_description }, constants_1.ACCESS_TOKEN_REVOKED);