UNPKG

steemconnect-firebase-functions

Version:

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

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