getRefreshToken method

String? getRefreshToken()

Implementation

String? getRefreshToken() {
  return localStorage.getItem("ma:refresh_token");
}