steemconnect-firebase-functions
Version:
A TypeScript library that can help you build applications with SteemConnect and Firebase.
7 lines (6 loc) • 338 B
TypeScript
import { OAuth2Error } from './../interfaces/OAuth2Error';
export declare const ACCESS_TOKEN_EXPIRED: OAuth2Error;
export declare const ACCESS_TOKEN_INVALID: OAuth2Error;
export declare const ACCESS_TOKEN_REVOKED: OAuth2Error;
export declare const CODE_INVALID: OAuth2Error;
export declare const REFRESH_TOKEN_INVALID: OAuth2Error;