withAuthServerUrl method

MedTechApiBuilder withAuthServerUrl(
  1. String? msgGtwUrl
)

Implementation

MedTechApiBuilder withAuthServerUrl(String? msgGtwUrl) {
  _authServerUrl = msgGtwUrl;
  return this;
}