Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ on every load of the SPA. This function makes a decision based the query string
```
4. Refreshing tokens
```typescript
await client.refresh()
await client.refresh({
extraRefreshParameters: {
scope: 'openid'
}
})
```
5. Retrieving ID token claims
```typescript
Expand Down