mirror of
https://gitee.com/fujieid/jap.git
synced 2024-12-02 11:18:53 +08:00
📝 change: change the annotation
This commit is contained in:
parent
a461d0c77c
commit
72afa81217
@ -29,7 +29,7 @@ import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* Access token helper. Provides a unified access token method {@link AccessTokenHelper#getToken(HttpServletRequest, OAuthConfig)}
|
||||
* Access token helper. Provides a unified access token method {@link AccessTokenHelper#getToken(HttpServletRequest, OAuthConfig, Object[])}
|
||||
* for different authorization methods
|
||||
*
|
||||
* @author yadong.zhang (yadong.zhang0415(a)gmail.com)
|
||||
@ -46,6 +46,7 @@ public class AccessTokenHelper {
|
||||
*
|
||||
* @param request Current callback request
|
||||
* @param oAuthConfig oauth config
|
||||
* @param obj Optional parameters
|
||||
* @return AccessToken
|
||||
*/
|
||||
public static AccessToken getToken(HttpServletRequest request, OAuthConfig oAuthConfig, Object... obj) throws JapOauth2Exception {
|
||||
|
Loading…
Reference in New Issue
Block a user