Interface OauthScope.Scope

All Known Implementing Classes:
OauthScope.Amazon, OauthScope.Baidu, OauthScope.Coding, OauthScope.Douyin, OauthScope.Facebook, OauthScope.Gitee, OauthScope.Github, OauthScope.Gitlab, OauthScope.Google, OauthScope.Huawei, OauthScope.Jd, OauthScope.Kujiale, OauthScope.Line, OauthScope.Linkedin, OauthScope.Mi, OauthScope.Microsoft, OauthScope.Pinterest, OauthScope.Qq, OauthScope.Renren, OauthScope.Slack, OauthScope.StackOverflow, OauthScope.WechatMp, OauthScope.Weibo
Enclosing class:
OauthScope

public static interface OauthScope.Scope
各个平台 scope 类的统一接口
  • Method Summary

    Modifier and Type
    Method
    Description
    获取字符串 scope,对应为各平台实际使用的 scope
    boolean
    判断当前 scope 是否为各平台默认启用的
  • Method Details

    • getScope

      String getScope()
      获取字符串 scope,对应为各平台实际使用的 scope
      Returns:
      String
    • isDefault

      boolean isDefault()
      判断当前 scope 是否为各平台默认启用的
      Returns:
      boolean