Package me.zhyd.oauth.enums.scope
Interface AuthScope
- All Known Implementing Classes:
AuthAmazonScope,AuthAppleScope,AuthBaiduScope,AuthCodingScope,AuthDingTalkScope,AuthDouyinScope,AuthFacebookScope,AuthFigmaScope,AuthGiteeScope,AuthGithubScope,AuthGitlabScope,AuthGoogleScope,AuthHuaweiScope,AuthHuaweiV3Scope,AuthJdScope,AuthKujialeScope,AuthLineScope,AuthLinkedinScope,AuthMicrosoftScope,AuthMiScope,AuthOktaScope,AuthPinterestScope,AuthProginnScope,AuthQqScope,AuthRenrenScope,AuthSlackScope,AuthStackoverflowScope,AuthWeChatEnterpriseWebScope,AuthWechatMpScope,AuthWeiboScope
public interface AuthScope
各个平台 scope 类的统一接口
- Since:
- 1.15.7
- Version:
- 1.0.0
- Author:
- yadong.zhang (yadong.zhang0415(a)gmail.com)
-
Method Summary
-
Method Details
-
getScope
String getScope()获取字符串scope,对应为各平台实际使用的scope- Returns:
- String
-
isDefault
boolean isDefault()判断当前scope是否为各平台默认启用的- Returns:
- boolean
-