Skip to content

Commit

Permalink
commit to rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthashw committed May 9, 2017
1 parent e88a189 commit 30b3142
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ public async Task<string> GerAccessTokenByRefreshToken(string refreshToken)
_logger.Debug("Request RequestRefreshTokenAsync Error Description : " + requestRefreshToken.ErrorDescription);
_logger.Debug("Request RequestRefreshTokenAsync Error Type: " + requestRefreshToken.ErrorType);
_logger.Debug("Access Token : " + requestRefreshToken.AccessToken);
return requestRefreshToken.AccessToken;
return requestRefreshToken.AccessToken;
}

}
Expand Down

0 comments on commit 30b3142

Please sign in to comment.