UNPKG

playactor

Version:

play around with your playstation devices

8 lines (7 loc) 192 B
export interface OauthStrategy { /** * Presents the [url] to the user and resolves to the URI * they were redirected to */ performLogin(url: string): Promise<string>; }