authServiceUrl method

VinculumConfigBuilder authServiceUrl(
  1. String url
)

Sets the auth service URL

Implementation

VinculumConfigBuilder authServiceUrl(String url) {
  _authServiceUrl = url;
  return this;
}