Skip to content

Commit

Permalink
Merge pull request #170 from Suvink/revert-166
Browse files Browse the repository at this point in the history
Revert 166
  • Loading branch information
brionmario authored Dec 13, 2021
2 parents 2624090 + 1cfc8f0 commit 0965768
Show file tree
Hide file tree
Showing 7 changed files with 10,531 additions and 10,670 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,6 @@ This model has the following attributes.
|`validateIDToken`|Optional| `boolean`|`true`|Allows you to enable/disable JWT ID token validation after obtaining the ID token.|
|`clockTolerance`|Optional| `number`|`60`|Allows you to configure the leeway when validating the id_token.|
|`sendCookiesInRequests`|Optional| `boolean`|`true`|Specifies if cookies should be sent in the requests.|
|`runtimeEnvironment`|Optional| `string`|`BROWSER`|Specifies the runtime environment of the application. Available environments: `BROWSER`, `NODE` and `REACT_NATIVE`.|

The `AuthClientConfig<T>` can be extended by passing an interface as the generic type. For example, if you want to add an attribute called `foo` to the config object, you can create an interface called `Bar` and pass that as the generic type into the `AuthClientConfig<T>` interface.

Expand Down
Loading

0 comments on commit 0965768

Please sign in to comment.