UNPKG

steemconnect-firebase-functions

Version:

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

3 lines (2 loc) 163 B
import { OAuth2Error } from '../interfaces/OAuth2Error'; export declare const isAccessTokenRevokedError: ({ error, error_description }: OAuth2Error) => boolean;