| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
On iOS, `getTokens()` returns native `GIDToken` objects instead of token strings, making the tokens unusable in JavaScript. Use `.tokenString` property from `GIDToken` objects to extract actual token values.
| Back | FazBrowse Home | New Git URL |
Description
Fix iOS token retrieval returning GIDToken object instead of string value.
Problem
On iOS, getTokens() returns native GIDToken objects instead of token strings, making the tokens unusable in JavaScript.
Solution
Use .tokenString property from GIDToken objects to extract actual token values.
Testing
Platforms affected