Remove clientSecret
field from Keycloak JS (#24578)
This commit is contained in:
parent
57669d556a
commit
6750b05d24
1 changed files with 0 additions and 5 deletions
5
js/libs/keycloak-js/dist/keycloak.d.ts
vendored
5
js/libs/keycloak-js/dist/keycloak.d.ts
vendored
|
@ -460,11 +460,6 @@ declare class Keycloak {
|
|||
*/
|
||||
clientId?: string;
|
||||
|
||||
/**
|
||||
* @private Undocumented.
|
||||
*/
|
||||
clientSecret?: string;
|
||||
|
||||
/**
|
||||
* @private Undocumented.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue