authServiceUrl method
Sets the auth service URL
Implementation
VinculumConfigBuilder authServiceUrl(String url) {
_authServiceUrl = url;
return this;
}
Sets the auth service URL
VinculumConfigBuilder authServiceUrl(String url) {
_authServiceUrl = url;
return this;
}