KEYCLOAK-11196 Document the type for the useNonce
option
This commit is contained in:
parent
2d465df94d
commit
c902896ab6
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@ declare namespace Keycloak {
|
||||||
|
|
||||||
interface KeycloakInitOptions {
|
interface KeycloakInitOptions {
|
||||||
/**
|
/**
|
||||||
* @private Undocumented.
|
* Adds a [cryptographic nonce](https://en.wikipedia.org/wiki/Cryptographic_nonce)
|
||||||
|
* to verify that the authentication response matches the request.
|
||||||
|
* @default true
|
||||||
*/
|
*/
|
||||||
useNonce?: boolean;
|
useNonce?: boolean;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue