Ejemplo n.º 1
0
 public Task <string> GetSpotifyAccessTokenAsync(string code) =>
 _spotifyService.GetAccessToken(code, RedirectUri);