Package org.aoju.bus.oauth.metric
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
-
Method Details
-
getScope
String getScope()获取字符串scope,对应为各平台实际使用的scope- Returns:
- String
-
isDefault
boolean isDefault()判断当前scope是否为各平台默认启用的- Returns:
- boolean
-