We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78cd483 commit 3c65fe7Copy full SHA for 3c65fe7
README.md
@@ -57,7 +57,11 @@ on every load of the SPA. This function makes a decision based the query string
57
```
58
4. Refreshing tokens
59
```typescript
60
- await client.refresh()
+ await client.refresh({
61
+ extraRefreshParameters: {
62
+ scope: 'openid'
63
+ }
64
+ })
65
66
5. Retrieving ID token claims
67
0 commit comments