Class AuthorizationRequest

java.lang.Object
com.spotify.sdk.android.auth.AuthorizationRequest
All Implemented Interfaces:
Parcelable

public class AuthorizationRequest extends Object implements Parcelable
An object that helps construct the request that is sent to Spotify authorization service. To create one use AuthorizationRequest.Builder
See Also:
  • Field Details

  • Constructor Details

    • AuthorizationRequest

      public AuthorizationRequest(Parcel source)
  • Method Details

    • getClientId

      public String getClientId()
    • getResponseType

      public String getResponseType()
    • getRedirectUri

      public String getRedirectUri()
    • getState

      public String getState()
    • getScopes

      public String[] getScopes()
    • getCustomParam

      public String getCustomParam(String key)
    • getCampaign

      public String getCampaign()
    • toUri

      public Uri toUri()
    • describeContents

      public int describeContents()
      Specified by:
      describeContents in interface Parcelable
    • writeToParcel

      public void writeToParcel(Parcel dest, int flags)
      Specified by:
      writeToParcel in interface Parcelable