public class AuthenticationRequest
extends java.lang.Object
implements android.os.Parcelable
AuthenticationRequest.Builder| Modifier and Type | Class and Description |
|---|---|
static class |
AuthenticationRequest.Builder
Use this builder to create an
AuthenticationRequest |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<AuthenticationRequest> |
CREATOR |
| Constructor and Description |
|---|
AuthenticationRequest(android.os.Parcel source) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.lang.String |
getCampaign() |
java.lang.String |
getClientId() |
java.lang.String |
getCustomParam(java.lang.String key) |
java.lang.String |
getRedirectUri() |
java.lang.String |
getResponseType() |
java.lang.String[] |
getScopes() |
java.lang.String |
getState() |
android.net.Uri |
toUri() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<AuthenticationRequest> CREATOR
public java.lang.String getClientId()
public java.lang.String getResponseType()
public java.lang.String getRedirectUri()
public java.lang.String getState()
public java.lang.String[] getScopes()
public java.lang.String getCustomParam(java.lang.String key)
public java.lang.String getCampaign()
public android.net.Uri toUri()
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable