Skip to content

Commit

Permalink
fix: added notes in google example for android (#967)
Browse files Browse the repository at this point in the history
  • Loading branch information
faizplus authored May 8, 2024
1 parent aba51ba commit 840d8d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/config-examples/google.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ await revoke(config, {
tokenToRevoke: refreshedState.refreshToken
});
```


### Note for Android
- You need to check custom URI scheme under APIs & Services -> Credentials -> OAuth 2.0 Client IDs -> Your Client Name -> Advanced Settings
- It may take 5 minutes to a few hours for settings to take effect.

0 comments on commit 840d8d7

Please sign in to comment.