public enum AuthDouyinScope extends Enum<AuthDouyinScope> implements AuthScope
Enum Constant and Description |
---|
AWEME_SHARE
无需申请 默认开启
|
DATA_EXTERNAL_ITEM |
DATA_EXTERNAL_USER
抖音数据权限, 默认关闭, 管理中心申请
|
DISCOVERY_ENT
定向开通 默认关闭 定向开通
|
FANS_DATA |
FANS_LIST |
FOLLOWING_LIST |
HOTSEARCH |
IM_SHARE
普通权限,管理中心申请
|
LOGIN_ID |
MOBILE |
MOBILE_ALERT |
notes |
POI_SEARCH |
RENEW_REFRESH_TOKEN |
SHARE_WITH_SOURCE
特殊权限 默认关闭 管理中心申请
|
STAR_AUTHOR_SCORE_DISPLAY |
STAR_TOP_SCORE_DISPLAY |
STAR_TOPS |
USER_INFO
无需申请 默认开启
|
VIDEO_CREATE |
VIDEO_DATA |
VIDEO_DELETE |
VIDEO_LIST |
VIDEO_SEARCH |
Modifier and Type | Method and Description |
---|---|
static AuthDouyinScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthDouyinScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthDouyinScope USER_INFO
public static final AuthDouyinScope AWEME_SHARE
public static final AuthDouyinScope IM_SHARE
public static final AuthDouyinScope RENEW_REFRESH_TOKEN
public static final AuthDouyinScope FOLLOWING_LIST
public static final AuthDouyinScope FANS_LIST
public static final AuthDouyinScope VIDEO_CREATE
public static final AuthDouyinScope VIDEO_DELETE
public static final AuthDouyinScope VIDEO_DATA
public static final AuthDouyinScope VIDEO_LIST
public static final AuthDouyinScope SHARE_WITH_SOURCE
public static final AuthDouyinScope MOBILE
public static final AuthDouyinScope MOBILE_ALERT
public static final AuthDouyinScope VIDEO_SEARCH
public static final AuthDouyinScope POI_SEARCH
public static final AuthDouyinScope LOGIN_ID
public static final AuthDouyinScope DATA_EXTERNAL_USER
public static final AuthDouyinScope DATA_EXTERNAL_ITEM
public static final AuthDouyinScope FANS_DATA
public static final AuthDouyinScope HOTSEARCH
public static final AuthDouyinScope STAR_TOP_SCORE_DISPLAY
public static final AuthDouyinScope STAR_TOPS
public static final AuthDouyinScope STAR_AUTHOR_SCORE_DISPLAY
public static final AuthDouyinScope notes
public static final AuthDouyinScope DISCOVERY_ENT
public static AuthDouyinScope[] values()
for (AuthDouyinScope c : AuthDouyinScope.values()) System.out.println(c);
public static AuthDouyinScope valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021. All rights reserved.