public class AuthenticationRequest extends 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() |
String |
getCampaign() |
String |
getClientId() |
String |
getCustomParam(String key) |
String |
getRedirectUri() |
String |
getResponseType() |
String[] |
getScopes() |
String |
getState() |
android.net.Uri |
toUri() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<AuthenticationRequest> CREATOR
public String getClientId()
public String getResponseType()
public String getRedirectUri()
public String getState()
public String[] getScopes()
public String getCampaign()
public android.net.Uri toUri()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable