@tbhmens/twitch-auth
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@tbhmens/twitch-auth", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "An easy twitch openid connect interface.", | ||
@@ -5,0 +5,0 @@ "main": "./src/auth.js", |
@@ -121,3 +121,3 @@ /** @module TwitchAuth */ | ||
* @param {object} statestore - Server-sided storage object on the user | ||
* @returns {{aud: string, exp: number, iat: number, iss: string | "https://id.twitch.tv/oauth2", sub: number, azp: string, picture: string }} - Twitch User Object | ||
* @returns {{aud: string, exp: number, iat: number, iss: string | "https://id.twitch.tv/oauth2", sub: number, azp: string, email: string, email_verified: boolean, picture: string, preferred_username: string, updated_at: string}} - Twitch User Object (If 'email_verified' is false then 'email' will be removed.) | ||
*/ | ||
@@ -124,0 +124,0 @@ verify(params, statestore) { |
7418
144