setAuthServerUrl static method

void setAuthServerUrl(
  1. String authServerUrl
)

Sets the base auth server url, eg: https://keycloak.example.com/auth

Implementation

static void setAuthServerUrl(String authServerUrl) {
  _authServerUrl = authServerUrl;
}