- All Known Implementing Classes:
AmazonScope,AppleScope,BaiduScope,CodingScope,DingTalkScope,DouyinScope,FacebookScope,FigmaScope,GiteeScope,GithubScope,GitlabScope,GoogleScope,HuaweiScope,JdScope,KujialeScope,LineScope,LinkedinScope,MicrosoftScope,MiScope,OktaScope,PinterestScope,ProginnScope,QqScope,RenrenScope,SlackScope,StackoverflowScope,WeChatEeWebScope,WechatMpScope,WeiboScope
public interface AuthorizeScope
各个平台 scope 类的统一接口
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
getScope
String getScope()获取字符串scope,对应为各平台实际使用的scope- Returns:
- String
-
isDefault
boolean isDefault()判断当前scope是否为各平台默认启用的- Returns:
- boolean
-