Uses of Class
org.miaixz.bus.auth.magic.AuthToken
Packages that use AuthToken
Package
Description
如你所见,它仅仅是一个第三方授权登录的工具类库,它可以让我们脱离繁琐的第三方登录SDK,让登录变得So easy!
核心组件,所有授权登录都是基于
provider实现爱发电
支付宝
阿里云
Amazon
苹果
百度
Coding
钉钉
抖音
饿了么
Facebook
飞书
Gitee
Github
Gitlab
Google
华为授权
京东
酷家乐
Line
领英
美团
小米
微软
Okta
OSchina
Pinterest
程序员客栈
QQ
人人网
Slack
Stack Overflow
淘宝
Teambition
今日头条
Twitter
企业微信
微信公众平台
微信开放平台
微博
喜马拉雅
-
Uses of AuthToken in org.miaixz.bus.auth
Methods in org.miaixz.bus.auth that return AuthTokenMethods in org.miaixz.bus.auth with parameters of type AuthToken -
Uses of AuthToken in org.miaixz.bus.auth.nimble
Methods in org.miaixz.bus.auth.nimble with parameters of type AuthTokenModifier and TypeMethodDescriptionprotected StringAbstractProvider.doGetRevoke(AuthToken authToken) 执行 GET 请求以撤销 OAuth2 授权。protected StringAbstractProvider.doGetUserInfo(AuthToken authToken) 执行 GET 请求以获取 OAuth2 用户信息。protected String构造 OAuth2 的撤销授权 URL。protected StringAbstractProvider.userInfoUrl(AuthToken authToken) 构造 OAuth2 的用户信息 URL。 -
Uses of AuthToken in org.miaixz.bus.auth.nimble.afdian
Methods in org.miaixz.bus.auth.nimble.afdian that return AuthTokenMethods in org.miaixz.bus.auth.nimble.afdian with parameters of type AuthToken -
Uses of AuthToken in org.miaixz.bus.auth.nimble.alipay
Methods in org.miaixz.bus.auth.nimble.alipay that return AuthTokenMethods in org.miaixz.bus.auth.nimble.alipay with parameters of type AuthTokenModifier and TypeMethodDescriptionAlipayProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.Message -
Uses of AuthToken in org.miaixz.bus.auth.nimble.aliyun
Methods in org.miaixz.bus.auth.nimble.aliyun that return AuthTokenMethods in org.miaixz.bus.auth.nimble.aliyun with parameters of type AuthToken -
Uses of AuthToken in org.miaixz.bus.auth.nimble.amazon
Methods in org.miaixz.bus.auth.nimble.amazon that return AuthTokenModifier and TypeMethodDescriptionAmazonProvider.getAccessToken(Callback callback) https://developer.amazon.com/zh/docs/login-with-amazon/authorization-code-grant.html#access-token-requestMethods in org.miaixz.bus.auth.nimble.amazon with parameters of type AuthTokenModifier and TypeMethodDescriptionAmazonProvider.getUserInfo(AuthToken authToken) https://developer.amazon.com/zh/docs/login-with-amazon/obtain-customer-profile.html#call-profile-endpointorg.miaixz.bus.core.basic.entity.Messageprotected StringAmazonProvider.userInfoUrl(AuthToken authToken) -
Uses of AuthToken in org.miaixz.bus.auth.nimble.apple
Methods in org.miaixz.bus.auth.nimble.apple that return AuthTokenMethods in org.miaixz.bus.auth.nimble.apple with parameters of type AuthToken -
Uses of AuthToken in org.miaixz.bus.auth.nimble.baidu
Methods in org.miaixz.bus.auth.nimble.baidu that return AuthTokenMethods in org.miaixz.bus.auth.nimble.baidu with parameters of type AuthTokenModifier and TypeMethodDescriptionBaiduProvider.getUserInfo(AuthToken authToken) https://openapi.baidu.com/rest/2.0/passport/users/getInfo?org.miaixz.bus.core.basic.entity.Messageorg.miaixz.bus.core.basic.entity.Message -
Uses of AuthToken in org.miaixz.bus.auth.nimble.coding
Methods in org.miaixz.bus.auth.nimble.coding that return AuthTokenMethods in org.miaixz.bus.auth.nimble.coding with parameters of type AuthTokenModifier and TypeMethodDescriptionCodingProvider.getUserInfo(AuthToken authToken) CodingProvider.userInfoUrl(AuthToken authToken) 返回获取userInfo的url -
Uses of AuthToken in org.miaixz.bus.auth.nimble.dingtalk
Methods in org.miaixz.bus.auth.nimble.dingtalk that return AuthTokenModifier and TypeMethodDescriptionAbstractDingtalkProvider.getAccessToken(Callback callback) DingTalkProvider.getAccessToken(Callback callback) Methods in org.miaixz.bus.auth.nimble.dingtalk with parameters of type AuthTokenModifier and TypeMethodDescriptionAbstractDingtalkProvider.getUserInfo(AuthToken authToken) DingTalkProvider.getUserInfo(AuthToken authToken) protected StringAbstractDingtalkProvider.userInfoUrl(AuthToken authToken) 返回获取userInfo的url -
Uses of AuthToken in org.miaixz.bus.auth.nimble.douyin
Methods in org.miaixz.bus.auth.nimble.douyin that return AuthTokenModifier and TypeMethodDescriptionDouyinMiniProvider.getAccessToken(Callback callback) DouyinProvider.getAccessToken(Callback callback) Methods in org.miaixz.bus.auth.nimble.douyin with parameters of type AuthTokenModifier and TypeMethodDescriptionDouyinMiniProvider.getUserInfo(AuthToken authToken) DouyinProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.Messageprotected StringDouyinProvider.userInfoUrl(AuthToken authToken) 返回获取userInfo的url -
Uses of AuthToken in org.miaixz.bus.auth.nimble.eleme
Methods in org.miaixz.bus.auth.nimble.eleme that return AuthTokenMethods in org.miaixz.bus.auth.nimble.eleme with parameters of type AuthTokenModifier and TypeMethodDescriptionElemeProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.Message -
Uses of AuthToken in org.miaixz.bus.auth.nimble.facebook
Methods in org.miaixz.bus.auth.nimble.facebook that return AuthTokenMethods in org.miaixz.bus.auth.nimble.facebook with parameters of type AuthTokenModifier and TypeMethodDescriptionFacebookProvider.getUserInfo(AuthToken authToken) protected StringFacebookProvider.userInfoUrl(AuthToken authToken) 返回获取userInfo的url -
Uses of AuthToken in org.miaixz.bus.auth.nimble.feishu
Methods in org.miaixz.bus.auth.nimble.feishu that return AuthTokenMethods in org.miaixz.bus.auth.nimble.feishu with parameters of type AuthTokenModifier and TypeMethodDescriptionFeishuProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.Message -
Uses of AuthToken in org.miaixz.bus.auth.nimble.figma
Methods in org.miaixz.bus.auth.nimble.figma that return AuthTokenMethods in org.miaixz.bus.auth.nimble.figma with parameters of type AuthTokenModifier and TypeMethodDescriptionFigmaProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.Message -
Uses of AuthToken in org.miaixz.bus.auth.nimble.gitee
Methods in org.miaixz.bus.auth.nimble.gitee that return AuthTokenMethods in org.miaixz.bus.auth.nimble.gitee with parameters of type AuthToken -
Uses of AuthToken in org.miaixz.bus.auth.nimble.github
Methods in org.miaixz.bus.auth.nimble.github that return AuthTokenMethods in org.miaixz.bus.auth.nimble.github with parameters of type AuthToken -
Uses of AuthToken in org.miaixz.bus.auth.nimble.gitlab
Methods in org.miaixz.bus.auth.nimble.gitlab that return AuthTokenMethods in org.miaixz.bus.auth.nimble.gitlab with parameters of type AuthToken -
Uses of AuthToken in org.miaixz.bus.auth.nimble.google
Methods in org.miaixz.bus.auth.nimble.google that return AuthTokenMethods in org.miaixz.bus.auth.nimble.google with parameters of type AuthTokenModifier and TypeMethodDescriptionGoogleProvider.getUserInfo(AuthToken authToken) protected StringGoogleProvider.userInfoUrl(AuthToken authToken) 返回获取userInfo的url -
Uses of AuthToken in org.miaixz.bus.auth.nimble.huawei
Methods in org.miaixz.bus.auth.nimble.huawei that return AuthTokenModifier and TypeMethodDescriptionHuaweiProvider.getAccessToken(Callback callback) 获取access tokenMethods in org.miaixz.bus.auth.nimble.huawei with parameters of type AuthTokenModifier and TypeMethodDescriptionHuaweiProvider.getUserInfo(AuthToken authToken) 使用token换取用户信息org.miaixz.bus.core.basic.entity.Message刷新access token (续期) -
Uses of AuthToken in org.miaixz.bus.auth.nimble.jd
Methods in org.miaixz.bus.auth.nimble.jd that return AuthTokenMethods in org.miaixz.bus.auth.nimble.jd with parameters of type AuthTokenModifier and TypeMethodDescriptionJdProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.Message -
Uses of AuthToken in org.miaixz.bus.auth.nimble.kujiale
Methods in org.miaixz.bus.auth.nimble.kujiale that return AuthTokenMethods in org.miaixz.bus.auth.nimble.kujiale with parameters of type AuthTokenModifier and TypeMethodDescriptionKujialeProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.Message -
Uses of AuthToken in org.miaixz.bus.auth.nimble.line
Methods in org.miaixz.bus.auth.nimble.line that return AuthTokenMethods in org.miaixz.bus.auth.nimble.line with parameters of type AuthTokenModifier and TypeMethodDescriptionLineProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.Messageorg.miaixz.bus.core.basic.entity.MessageLineProvider.userInfoUrl(AuthToken authToken) -
Uses of AuthToken in org.miaixz.bus.auth.nimble.linkedin
Methods in org.miaixz.bus.auth.nimble.linkedin that return AuthTokenMethods in org.miaixz.bus.auth.nimble.linkedin with parameters of type AuthTokenModifier and TypeMethodDescriptionLinkedinProvider.getUserInfo(AuthToken authToken) protected StringLinkedinProvider.userInfoUrl(AuthToken authToken) 返回获取userInfo的url -
Uses of AuthToken in org.miaixz.bus.auth.nimble.meituan
Methods in org.miaixz.bus.auth.nimble.meituan that return AuthTokenMethods in org.miaixz.bus.auth.nimble.meituan with parameters of type AuthTokenModifier and TypeMethodDescriptionMeituanProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.Message -
Uses of AuthToken in org.miaixz.bus.auth.nimble.mi
Methods in org.miaixz.bus.auth.nimble.mi that return AuthTokenMethods in org.miaixz.bus.auth.nimble.mi with parameters of type AuthTokenModifier and TypeMethodDescriptionMiProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.Message刷新access token (续期)protected StringMiProvider.userInfoUrl(AuthToken authToken) 返回获取userInfo的url -
Uses of AuthToken in org.miaixz.bus.auth.nimble.microsoft
Methods in org.miaixz.bus.auth.nimble.microsoft that return AuthTokenMethods in org.miaixz.bus.auth.nimble.microsoft with parameters of type AuthTokenModifier and TypeMethodDescriptionAbstractMicrosoftProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.Message刷新access token (续期)protected StringAbstractMicrosoftProvider.userInfoUrl(AuthToken authToken) 返回获取userInfo的url -
Uses of AuthToken in org.miaixz.bus.auth.nimble.okta
Methods in org.miaixz.bus.auth.nimble.okta that return AuthTokenMethods in org.miaixz.bus.auth.nimble.okta with parameters of type AuthTokenModifier and TypeMethodDescriptionOktaProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.Messageorg.miaixz.bus.core.basic.entity.Messageprotected StringOktaProvider.userInfoUrl(AuthToken authToken) -
Uses of AuthToken in org.miaixz.bus.auth.nimble.oschina
Methods in org.miaixz.bus.auth.nimble.oschina that return AuthTokenMethods in org.miaixz.bus.auth.nimble.oschina with parameters of type AuthTokenModifier and TypeMethodDescriptionOschinaProvider.getUserInfo(AuthToken authToken) protected StringOschinaProvider.userInfoUrl(AuthToken authToken) 返回获取userInfo的url -
Uses of AuthToken in org.miaixz.bus.auth.nimble.pinterest
Methods in org.miaixz.bus.auth.nimble.pinterest that return AuthTokenMethods in org.miaixz.bus.auth.nimble.pinterest with parameters of type AuthTokenModifier and TypeMethodDescriptionPinterestProvider.getUserInfo(AuthToken authToken) protected StringPinterestProvider.userInfoUrl(AuthToken authToken) 返回获取userInfo的url -
Uses of AuthToken in org.miaixz.bus.auth.nimble.proginn
Methods in org.miaixz.bus.auth.nimble.proginn that return AuthTokenMethods in org.miaixz.bus.auth.nimble.proginn with parameters of type AuthToken -
Uses of AuthToken in org.miaixz.bus.auth.nimble.qq
Methods in org.miaixz.bus.auth.nimble.qq that return AuthTokenModifier and TypeMethodDescriptionQqMiniProvider.getAccessToken(Callback authCallback) QqProvider.getAccessToken(Callback callback) Methods in org.miaixz.bus.auth.nimble.qq with parameters of type AuthTokenModifier and TypeMethodDescriptionQqMiniProvider.getUserInfo(AuthToken authToken) QqProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.Messageprotected StringQqProvider.userInfoUrl(AuthToken authToken) 返回获取userInfo的url -
Uses of AuthToken in org.miaixz.bus.auth.nimble.renren
Methods in org.miaixz.bus.auth.nimble.renren that return AuthTokenMethods in org.miaixz.bus.auth.nimble.renren with parameters of type AuthTokenModifier and TypeMethodDescriptionRenrenProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.Messageprotected StringRenrenProvider.userInfoUrl(AuthToken authToken) 返回获取userInfo的url -
Uses of AuthToken in org.miaixz.bus.auth.nimble.slack
Methods in org.miaixz.bus.auth.nimble.slack that return AuthTokenMethods in org.miaixz.bus.auth.nimble.slack with parameters of type AuthTokenModifier and TypeMethodDescriptionSlackProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.MessageSlackProvider.userInfoUrl(AuthToken authToken) -
Uses of AuthToken in org.miaixz.bus.auth.nimble.stackoverflow
Methods in org.miaixz.bus.auth.nimble.stackoverflow that return AuthTokenMethods in org.miaixz.bus.auth.nimble.stackoverflow with parameters of type AuthToken -
Uses of AuthToken in org.miaixz.bus.auth.nimble.taobao
Methods in org.miaixz.bus.auth.nimble.taobao that return AuthTokenMethods in org.miaixz.bus.auth.nimble.taobao with parameters of type AuthTokenModifier and TypeMethodDescriptionTaobaoProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.Message -
Uses of AuthToken in org.miaixz.bus.auth.nimble.teambition
Methods in org.miaixz.bus.auth.nimble.teambition that return AuthTokenMethods in org.miaixz.bus.auth.nimble.teambition with parameters of type AuthTokenModifier and TypeMethodDescriptionTeambitionProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.Message -
Uses of AuthToken in org.miaixz.bus.auth.nimble.toutiao
Methods in org.miaixz.bus.auth.nimble.toutiao that return AuthTokenMethods in org.miaixz.bus.auth.nimble.toutiao with parameters of type AuthTokenModifier and TypeMethodDescriptionToutiaoProvider.getUserInfo(AuthToken authToken) protected StringToutiaoProvider.userInfoUrl(AuthToken authToken) 返回获取userInfo的url -
Uses of AuthToken in org.miaixz.bus.auth.nimble.twitter
Methods in org.miaixz.bus.auth.nimble.twitter that return AuthTokenModifier and TypeMethodDescriptionTwitterProvider.getAccessToken(Callback callback) 将请求令牌转换为访问令牌(Access Token)。TwitterProvider.getRequestToken()获取请求令牌(Request Token)。Methods in org.miaixz.bus.auth.nimble.twitter with parameters of type AuthTokenModifier and TypeMethodDescriptionTwitterProvider.getUserInfo(AuthToken authToken) 获取用户信息。protected StringTwitterProvider.userInfoUrl(AuthToken authToken) 构造用户信息 URL。 -
Uses of AuthToken in org.miaixz.bus.auth.nimble.wechat.ee
Methods in org.miaixz.bus.auth.nimble.wechat.ee that return AuthTokenModifier and TypeMethodDescriptionAbstractWeChatEeProvider.getAccessToken(Callback callback) WeChatEeThirdQrcodeProvider.getAccessToken(Callback callback) Methods in org.miaixz.bus.auth.nimble.wechat.ee with parameters of type AuthTokenModifier and TypeMethodDescriptionWeChatEeThirdQrcodeProvider.doGetUserInfo(AuthToken authToken) AbstractWeChatEeProvider.getUserInfo(AuthToken authToken) WeChatEeThirdQrcodeProvider.getUserInfo(AuthToken authToken) AbstractWeChatEeProvider.userInfoUrl(AuthToken authToken) 返回获取userInfo的urlWeChatEeThirdQrcodeProvider.userInfoUrl(AuthToken authToken) -
Uses of AuthToken in org.miaixz.bus.auth.nimble.wechat.mini
Methods in org.miaixz.bus.auth.nimble.wechat.mini that return AuthTokenMethods in org.miaixz.bus.auth.nimble.wechat.mini with parameters of type AuthToken -
Uses of AuthToken in org.miaixz.bus.auth.nimble.wechat.mp
Methods in org.miaixz.bus.auth.nimble.wechat.mp that return AuthTokenModifier and TypeMethodDescriptionWeChatMpProvider.getAccessToken(Callback callback) 微信的特殊性,此时返回的信息同时包含 openid 和 access_tokenMethods in org.miaixz.bus.auth.nimble.wechat.mp with parameters of type AuthTokenModifier and TypeMethodDescriptionWeChatMpProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.Messageprotected StringWeChatMpProvider.userInfoUrl(AuthToken authToken) 返回获取userInfo的url -
Uses of AuthToken in org.miaixz.bus.auth.nimble.wechat.open
Methods in org.miaixz.bus.auth.nimble.wechat.open that return AuthTokenModifier and TypeMethodDescriptionWeChatOpenProvider.getAccessToken(Callback callback) 微信的特殊性,此时返回的信息同时包含 openid 和 access_tokenMethods in org.miaixz.bus.auth.nimble.wechat.open with parameters of type AuthTokenModifier and TypeMethodDescriptionWeChatOpenProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.Messageprotected StringWeChatOpenProvider.userInfoUrl(AuthToken authToken) 返回获取userInfo的url -
Uses of AuthToken in org.miaixz.bus.auth.nimble.weibo
Methods in org.miaixz.bus.auth.nimble.weibo that return AuthTokenMethods in org.miaixz.bus.auth.nimble.weibo with parameters of type AuthTokenModifier and TypeMethodDescriptionWeiboProvider.getUserInfo(AuthToken authToken) org.miaixz.bus.core.basic.entity.Messageprotected StringWeiboProvider.userInfoUrl(AuthToken authToken) 返回获取userInfo的url -
Uses of AuthToken in org.miaixz.bus.auth.nimble.ximalaya
Methods in org.miaixz.bus.auth.nimble.ximalaya that return AuthTokenModifier and TypeMethodDescriptionXimalayaProvider.getAccessToken(Callback callback) 获取access tokenMethods in org.miaixz.bus.auth.nimble.ximalaya with parameters of type AuthTokenModifier and TypeMethodDescriptionXimalayaProvider.getUserInfo(AuthToken authToken) 使用token换取用户信息