Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-A-McBee committed Feb 1, 2022
1 parent 6517a81 commit e378777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ This is the result from the auth server:
- **scopes** - ([`string`]) the scopes the user has agreed to be granted
- **authorizationCode** - (`string`) the authorization code (only if `skipCodeExchange=true`)
- **codeVerifier** - (`string`) the codeVerifier value used for the PKCE exchange (only if both `skipCodeExchange=true` and `usePKCE=true`)
- **connectionTimeoutSeconds** - (`number`) configure the request timeout interval in seconds.

### `refresh`

Expand Down

0 comments on commit e378777

Please sign in to comment.