📝 change: change the annotation

This commit is contained in:
yadong.zhang 2021-08-05 11:23:22 +08:00
parent 72afa81217
commit bf9b876952

View File

@ -16,7 +16,7 @@
/**
* To provide processing methods for business in OAuth authorization process, the usage is as follows:
* <p>
* {@link com.fujieid.jap.oauth2.token.AccessTokenHelper#getToken(HttpServletRequest, OAuthConfig)}
* {@link com.fujieid.jap.oauth2.token.AccessTokenHelper#getToken(HttpServletRequest, OAuthConfig, Object[])}
* According to the parameters in {@link com.fujieid.jap.oauth2.OAuthConfig}, determine which authorization mode token data to obtain
* <p>
* For OAuth's grant type, the following private methods are provided: