public class AuthOschinaRequest extends AuthDefaultRequest
authStateCache, config, source| Constructor and Description |
|---|
AuthOschinaRequest(AuthConfig config) |
AuthOschinaRequest(AuthConfig config,
AuthStateCache authStateCache) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
accessTokenUrl(String code)
返回获取accessToken的url
|
protected AuthToken |
getAccessToken(AuthCallback authCallback)
获取access token
|
protected AuthUser |
getUserInfo(AuthToken authToken)
使用token换取用户信息
|
protected String |
userInfoUrl(AuthToken authToken)
返回获取userInfo的url
|
authorize, authorize, doGetAuthorizationCode, doGetRevoke, doGetUserInfo, doPostAuthorizationCode, doPostRevoke, doPostUserInfo, getRealState, getScopes, login, refreshTokenUrl, revokeUrlclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrefresh, revokepublic AuthOschinaRequest(AuthConfig config)
public AuthOschinaRequest(AuthConfig config, AuthStateCache authStateCache)
protected AuthToken getAccessToken(AuthCallback authCallback)
AuthDefaultRequestgetAccessToken in class AuthDefaultRequestauthCallback - 授权成功后的回调参数AuthDefaultRequest.authorize(),
AuthDefaultRequest.authorize(String)protected AuthUser getUserInfo(AuthToken authToken)
AuthDefaultRequestgetUserInfo in class AuthDefaultRequestauthToken - token信息AuthDefaultRequest.getAccessToken(AuthCallback)protected String accessTokenUrl(String code)
accessTokenUrl in class AuthDefaultRequestcode - 授权回调时带回的授权码protected String userInfoUrl(AuthToken authToken)
userInfoUrl in class AuthDefaultRequestauthToken - 用户授权后的tokenCopyright © 2021. All rights reserved.