java.lang.Object |
↳ |
com.linecorp.linesdk.Scope |
Class Overview
Represents a scope. A scope is a permission that the user grants your app during the login
process.
Summary
Public Constructors |
|
Scope(String code)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
public
static
final
Scope
OC_EMAIL
Permission to get the user's email address.
public
static
final
Scope
OPENID_CONNECT
Permission to get an ID token that includes the user information.
public
static
final
Scope
OPEN_CHAT_PLUG_INFO
public
static
final
Scope
OPEN_CHAT_PLUG_MANAGEMENT
public
static
final
Scope
OPEN_CHAT_PLUG_PROFILE
public
static
final
Scope
OPEN_CHAT_PLUG_RECEIVCE_MESSAGE_AND_EVENT
public
static
final
Scope
OPEN_CHAT_PLUG_SEND_MESSAGE
public
static
final
Scope
PROFILE
Permission to get the user's profile information.
Public Constructors
public
Scope
(String code)