| java.lang.Object | |
| ↳ | com.linecorp.linesdk.auth.LineAuthenticationParams |
Represents a container to hold necessary parameters for performing LINE Login, including permission scopes and the option to determine how to prompt the user to add a bot as a friend during the login process.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| enum | LineAuthenticationParams.BotPrompt | Represents an option to determine how to prompt the user to add a LINE Official Account as a friend during the login process. | |||||||||
| class | LineAuthenticationParams.Builder | Represents a builder to construct LineAuthenticationParams objects. | |||||||||
| enum | LineAuthenticationParams.WebAuthenticationMethod | The method used for the authentication when using the web authentication flow. | |||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| LineAuthenticationParams.BotPrompt |
getBotPrompt()
Gets the option to determine how to prompt the user to add a bot as a friend during the
login process.
| ||||||||||
| LineAuthenticationParams.WebAuthenticationMethod | getInitialWebAuthenticationMethod() | ||||||||||
| String |
getNonce()
Gets a nonce (a string used to prevent replay attacks).
| ||||||||||
| String |
getPromptBotID()
Gets the Prompt Bot Id.
| ||||||||||
| List<Scope> |
getScopes()
Gets a list of scopes.
| ||||||||||
| Locale |
getUILocale()
Gets the language in which login pages are displayed.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Gets the option to determine how to prompt the user to add a bot as a friend during the login process.
Gets a nonce (a string used to prevent replay attacks). This value is returned in an ID token.
Gets the Prompt Bot Id.
Gets the language in which login pages are displayed.