setAuthServerUrl static method
Sets the base auth server url, eg: https://keycloak.example.com/auth
Implementation
static void setAuthServerUrl(String authServerUrl) {
_authServerUrl = authServerUrl;
}
Sets the base auth server url, eg: https://keycloak.example.com/auth
static void setAuthServerUrl(String authServerUrl) {
_authServerUrl = authServerUrl;
}