Skip to content

Commit 840d8d7

Browse files
authored
fix: added notes in google example for android (#967)
1 parent aba51ba commit 840d8d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/config-examples/google.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ await revoke(config, {
2323
tokenToRevoke: refreshedState.refreshToken
2424
});
2525
```
26+
27+
28+
### Note for Android
29+
- You need to check custom URI scheme under APIs & Services -> Credentials -> OAuth 2.0 Client IDs -> Your Client Name -> Advanced Settings
30+
- It may take 5 minutes to a few hours for settings to take effect.

0 commit comments

Comments
 (0)