setClientId static method
Sets the client id of your application within keycloak
Implementation
static void setClientId(String clientId) {
_clientId = clientId;
}
Sets the client id of your application within keycloak
static void setClientId(String clientId) {
_clientId = clientId;
}