提交 6cbd7ce8 编写于 作者: 智布道's avatar 智布道 👁

🍻 Modify the comment content

上级 50f83490
......@@ -19,7 +19,7 @@ import com.fujieid.jap.ids.config.IdsConfig;
/**
* The verification type when the user verifies the jwt token (access token, refresh token, id token),
* For specific usage, please refer to {@link com.fujieid.jap.ids.util.JwtUtil#validateJwtToken(String, String, String)}
* For specific usage, please refer to {@link com.fujieid.jap.ids.util.JwtUtil#validateJwtToken(String, String, String, String)}
*
* @author yadong.zhang (yadong.zhang0415(a)gmail.com)
* @version 1.0.0
......
......@@ -46,6 +46,7 @@ public class IdsAuthorizationProvider {
* @param userInfo Logged-in user information
* @param param Request parameter
* @param clientDetail Application information
* @param issuer The issuer name. This parameter cannot contain the colon (:) character.
* @return String
* @see <a href="https://tools.ietf.org/html/rfc6749#section-4.2">4.2. Implicit Grant</a>
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册