KEYCLOAK-11196 Document the type for the useNonce option

This commit is contained in:
Jon Koops 2019-08-26 17:33:11 +02:00 committed by Stan Silvert
parent 2d465df94d
commit c902896ab6

View file

@ -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;