UNPKG

@accounts/oauth-twitter

Version:

7 lines (6 loc) 191 B
import { type OAuthUser } from '@accounts/oauth'; export interface Configuration { key: string; secret: string; getRegistrationPayload?: (oauthUser: OAuthUser) => Promise<any>; }