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

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

    • getScope

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

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