public class LineAuthenticationParams
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LineAuthenticationParams.BotPrompt
Represents an option to determine how to prompt the user to add a bot as a friend during the
login process.
|
static class |
LineAuthenticationParams.Builder
Represents a builder to construct LineAuthenticationParams objects.
|
| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
LineAuthenticationParams.BotPrompt |
getBotPrompt()
Gets the option to determine how to prompt the user to add a bot as a friend during the
login process.
|
java.lang.String |
getNonce()
A string used to prevent replay attacks.
|
java.util.List<Scope> |
getScopes()
Gets a list of scopes.
|
java.util.Locale |
getUILocale()
Gets the language in which login pages are displayed.
|
void |
writeToParcel(Parcel dest,
int flags) |
public void writeToParcel(Parcel dest,
int flags)
dest - flags - public int describeContents()
@NonNull public java.util.List<Scope> getScopes()
@Nullable public java.lang.String getNonce()
@Nullable public LineAuthenticationParams.BotPrompt getBotPrompt()
@Nullable public java.util.Locale getUILocale()