rinukkusu / spotify-dart

A dart library for interfacing with the Spotify API.
BSD 3-Clause "New" or "Revised" License
206 stars 92 forks source link

`SpotifyApi.authorizationCodeGrant`: add parameter `codeVerifier`. #205

Closed gmpassos closed 7 months ago

gmpassos commented 7 months ago

Expose codeVerifier when building AuthorizationCodeGrant from SpotifyApi.authorizationCodeGrant.

Issue: https://github.com/rinukkusu/spotify-dart/issues/201

hayribakici commented 7 months ago

@gmpassos please provide a small description (e.g. relation to an issue)

gmpassos commented 7 months ago

FYI: @rinukkusu

gmpassos commented 7 months ago

Please check the comment - looks good otherwise!

Resolved 👍.

After merging this branch, could you please publish it? I prefer to use the published package in our code.

Afterward, I will submit a PR that brings the code into compliance with lints: ^3.0.0.

Thanks in advance.

Best regards.