@react-oauth/google
Advanced tools
Comparing version
@@ -115,3 +115,3 @@ /// <reference types="react" /> | ||
/** The lifetime in seconds of the access token. */ | ||
expires_in: string; | ||
expires_in: number; | ||
/** The hosted domain the signed-in user belongs to. */ | ||
@@ -118,0 +118,0 @@ hd?: string; |
{ | ||
"name": "@react-oauth/google", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Google OAuth2 using Google Identity Services for React 🚀", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -128,3 +128,3 @@ # React OAuth2 | Google | ||
### Custom login button (implicit & authorizaion code flow) | ||
### Custom login button (implicit & authorization code flow) | ||
@@ -131,0 +131,0 @@ #### Implicit flow |
66358
1.67%6
20%