public class LineAuthenticationConfig
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
LineAuthenticationConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<LineAuthenticationConfig> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
android.net.Uri |
getApiBaseUrl() |
java.lang.String |
getChannelId() |
android.net.Uri |
getOpenidDiscoveryDocumentUrl() |
android.net.Uri |
getWebLoginPageUrl() |
int |
hashCode() |
boolean |
isEncryptorPreparationDisabled() |
boolean |
isLineAppAuthenticationDisabled() |
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<LineAuthenticationConfig> CREATOR
public void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelablepublic int describeContents()
describeContents in interface android.os.Parcelablepublic java.lang.String getChannelId()
public android.net.Uri getOpenidDiscoveryDocumentUrl()
public android.net.Uri getApiBaseUrl()
public android.net.Uri getWebLoginPageUrl()
public boolean isLineAppAuthenticationDisabled()
public boolean isEncryptorPreparationDisabled()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object