UNPKG

psn-api

Version:

A well-tested library that lets you get trophy, user, and game data from the PlayStation Network.

3 lines (2 loc) 166 B
import type { AuthTokensResponse } from "../models"; export declare const exchangeRefreshTokenForAuthTokens: (refreshToken: string) => Promise<AuthTokensResponse>;