mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
KEYCLOAK-11196 Document the type for the useNonce option
This commit is contained in:
parent
2d465df94d
commit
c902896ab6
@ -39,7 +39,9 @@ declare namespace Keycloak {
|
||||
|
||||
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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user