UNPKG

passport-annict

Version:

Passport strategy for authenticating with Annict using the OAuth 2.0 API.

22 lines (21 loc) 448 B
declare class Profile { static create({ data: { viewer } }: any): { provider: string; id: any; displayName: any; username: any; preferredUsername: any; emails: { value: any; }[]; photos: { value: any; }[]; accounts: { domain: string; userid: any; username: any; }[]; }; } export { Profile };