google / GoogleSignIn-iOS

Enables iOS and macOS apps to sign in with Google.
https://developers.google.com/identity/sign-in/ios
Apache License 2.0
506 stars 201 forks source link

Use class `GIDToken` to handle tokens in `GIDVerifiedAccountDetailResult`. #459

Closed brnnmrls closed 3 months ago

brnnmrls commented 3 months ago

Update token properties in GIDVerifiedAccountDetailResult to use GIDToken's tokenString and expirationDate properties to handle access and refresh token information.