UNPKG

steemconnect-firebase-functions

Version:

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

23 lines (22 loc) 754 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ACCESS_TOKEN_EXPIRED = Object.freeze({ error: 'invalid_grant', error_description: 'The token has invalid role' }); exports.ACCESS_TOKEN_INVALID = Object.freeze({ error: 'invalid_grant', error_description: 'The token has invalid role' }); exports.ACCESS_TOKEN_REVOKED = Object.freeze({ error: 'invalid_grant', error_description: 'The access_token has been revoked' }); exports.CODE_INVALID = Object.freeze({ error: 'invalid_grant', error_description: 'The token has invalid role' }); exports.REFRESH_TOKEN_INVALID = Object.freeze({ error: 'invalid_grant', error_description: 'The token has invalid role' });