refreshUrl property

String refreshUrl

Return full url to refreshUrl endpoint.

Implementation

String get refreshUrl {
  return "$url/$_REFRESH_TOKEN_PATH";
}