steemconnect-firebase-functions
Version:
A TypeScript library that can help you build applications with SteemConnect and Firebase.
6 lines (5 loc) • 355 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const checkOAuth2Error_1 = require("./checkOAuth2Error");
const constants_1 = require("./constants");
exports.isAccessTokenInvalidError = ({ error, error_description }) => checkOAuth2Error_1.checkOAuth2Error({ error, error_description }, constants_1.ACCESS_TOKEN_INVALID);
;