public class

Scope

extends Object
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

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
Scope(String code)
[Expand]
Inherited Methods
From class java.lang.Object

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)