Package com.spotify.sdk.android.auth
Class AuthorizationRequest
java.lang.Object
com.spotify.sdk.android.auth.AuthorizationRequest
- All Implemented Interfaces:
Parcelable
An object that helps construct the request that is sent to Spotify authorization service.
To create one use
AuthorizationRequest.Builder- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T extends Object>, Parcelable.Creator<T extends Object> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Parcelable.Creator<AuthorizationRequest>static final StringFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCustomParam(String key) String[]getState()toUri()voidwriteToParcel(Parcel dest, int flags)
-
Field Details
-
SPOTIFY_SDK
- See Also:
-
ANDROID_SDK
- See Also:
-
CREATOR
-
-
Constructor Details
-
AuthorizationRequest
-
-
Method Details
-
getClientId
-
getResponseType
-
getRedirectUri
-
getState
-
getScopes
-
getCustomParam
-
getCampaign
-
getSource
-
getMedium
-
getPkceInformation
-
toUri
-
describeContents
public int describeContents()- Specified by:
describeContentsin interfaceParcelable
-
writeToParcel
- Specified by:
writeToParcelin interfaceParcelable
-