AdjustUrl method

Uri AdjustUrl(
  1. Uri url
)
Adjusts the URL endpoint based on the credentials. The URL.

Implementation

Uri AdjustUrl(Uri url) {
  return Uri.parse(GetUriWithoutSuffix(url));
}