public class LineAuthenticationConfig
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LineAuthenticationConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
Uri |
getApiBaseUrl() |
java.lang.String |
getChannelId() |
Uri |
getOpenidDiscoveryDocumentUrl() |
Uri |
getWebLoginPageUrl() |
int |
hashCode() |
boolean |
isEncryptorPreparationDisabled() |
boolean |
isLineAppAuthenticationDisabled() |
java.lang.String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public void writeToParcel(Parcel dest,
int flags)
public int describeContents()
@NonNull public java.lang.String getChannelId()
@NonNull public Uri getOpenidDiscoveryDocumentUrl()
@NonNull public Uri getApiBaseUrl()
@NonNull public 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