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