Skip to content

Commit

Permalink
Reverted random bytes switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Suvink committed Dec 13, 2021
1 parent 2624090 commit b6e98c6
Show file tree
Hide file tree
Showing 7 changed files with 10,531 additions and 10,668 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 b6e98c6

Please sign in to comment.