Module bus.auth

Enum Class DouyinScope

java.lang.Object
java.lang.Enum<DouyinScope>
org.miaixz.bus.auth.nimble.douyin.DouyinScope
All Implemented Interfaces:
Serializable, Comparable<DouyinScope>, Constable, AuthorizeScope

public enum DouyinScope extends Enum<DouyinScope> implements AuthorizeScope
抖音平 授权范围
Since:
Java 17+
Author:
Kimi Liu
  • Enum Constant Details

    • USER_INFO

      public static final DouyinScope USER_INFO
      无需申请 默认开启
    • AWEME_SHARE

      public static final DouyinScope AWEME_SHARE
      无需申请 默认开启
    • IM_SHARE

      public static final DouyinScope IM_SHARE
      普通权限,管理中心申请
    • RENEW_REFRESH_TOKEN

      public static final DouyinScope RENEW_REFRESH_TOKEN
    • FOLLOWING_LIST

      public static final DouyinScope FOLLOWING_LIST
    • FANS_LIST

      public static final DouyinScope FANS_LIST
    • VIDEO_CREATE

      public static final DouyinScope VIDEO_CREATE
    • VIDEO_DELETE

      public static final DouyinScope VIDEO_DELETE
    • VIDEO_DATA

      public static final DouyinScope VIDEO_DATA
    • VIDEO_LIST

      public static final DouyinScope VIDEO_LIST
    • SHARE_WITH_SOURCE

      public static final DouyinScope SHARE_WITH_SOURCE
      特殊权限 默认关闭 管理中心申请
    • MOBILE

      public static final DouyinScope MOBILE
    • MOBILE_ALERT

      public static final DouyinScope MOBILE_ALERT
    • LOGIN_ID

      public static final DouyinScope LOGIN_ID
    • DATA_EXTERNAL_USER

      public static final DouyinScope DATA_EXTERNAL_USER
      抖音数据权限, 默认关闭, 管理中心申请
    • DATA_EXTERNAL_ITEM

      public static final DouyinScope DATA_EXTERNAL_ITEM
    • FANS_DATA

      public static final DouyinScope FANS_DATA
    • HOTSEARCH

      public static final DouyinScope HOTSEARCH
    • STAR_TOP_SCORE_DISPLAY

      public static final DouyinScope STAR_TOP_SCORE_DISPLAY
    • STAR_TOPS

      public static final DouyinScope STAR_TOPS
    • STAR_AUTHOR_SCORE_DISPLAY

      public static final DouyinScope STAR_AUTHOR_SCORE_DISPLAY
    • notes

      public static final DouyinScope notes
    • DISCOVERY_ENT

      public static final DouyinScope DISCOVERY_ENT
      定向开通 默认关闭 定向开通
  • Method Details

    • values

      public static DouyinScope[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DouyinScope valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null