Module bus.auth

Interface AuthorizeScope

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

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

    • getScope

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

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