SpotifyApiBase.fromAuthCodeGrant constructor

SpotifyApiBase.fromAuthCodeGrant(
  1. AuthorizationCodeGrant grant,
  2. String responseUri
)

Implementation

SpotifyApiBase.fromAuthCodeGrant(
    oauth2.AuthorizationCodeGrant grant, String responseUri)
    : this.fromClient(grant.handleAuthorizationResponse(
          Uri.parse(responseUri).queryParameters));