UNPKG

simple-google-openid

Version:

A simple library for using Google as the authenticator of your application's users.

4 lines (3 loc) 148 B
import { TokenPayload } from 'google-auth-library'; import { Profile } from 'passport'; export declare function parse(json: TokenPayload): Profile;