Remove clientSecret field from Keycloak JS (#24578)

This commit is contained in:
Jon Koops 2023-11-07 14:09:39 +01:00 committed by GitHub
parent 57669d556a
commit 6750b05d24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -460,11 +460,6 @@ declare class Keycloak {
*/
clientId?: string;
/**
* @private Undocumented.
*/
clientSecret?: string;
/**
* @private Undocumented.
*/