UNPKG

steemconnect-firebase-functions

Version:

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

4 lines (3 loc) 327 B
import { ClientCredentials } from './interfaces/ClientCredentials'; import { AccessTokenResponse } from '../shared/interfaces/AccessTokenResponse'; export declare function refreshAccessToken({clientId, clientSecret, refresh_token}: Required<ClientCredentials> & Required<AccessTokenResponse>): Promise<AccessTokenResponse>;