1
0
mirror of synced 2025-12-28 02:40:42 +08:00

💡 修改注释

This commit is contained in:
yadong.zhang
2019-07-30 10:34:48 +08:00
parent 6ce26d4ce1
commit e590077701
4 changed files with 3 additions and 4 deletions

View File

@@ -206,7 +206,6 @@ public abstract class AuthDefaultRequest implements AuthRequest {
*
* @param authToken token封装
* @return HttpResponse
* @since
*/
@Deprecated
protected HttpResponse doPostRevoke(AuthToken authToken) {

View File

@@ -122,7 +122,7 @@ public class AuthMicrosoftRequest extends AuthDefaultRequest {
/**
* 返回获取accessToken的url
*
* @param code
* @param code 授权code
* @return 返回获取accessToken的url
*/
@Override

View File

@@ -9,7 +9,7 @@ package me.zhyd.oauth.utils;
public class AuthStateUtils {
/**
* 生成随机state采用{@see https://github.com/lets-mica/mica}的UUID工具
* 生成随机state采用https://github.com/lets-mica/mica的UUID工具
*
* @return 随机的state字符串
*/

View File

@@ -4,7 +4,7 @@ import java.nio.charset.StandardCharsets;
import java.util.concurrent.ThreadLocalRandom;
/**
* 高性能的创建UUID的工具类{@see https://github.com/lets-mica/mica}
* 高性能的创建UUID的工具类https://github.com/lets-mica/mica
*
* @author yadong.zhang (yadong.zhang0415(a)gmail.com)
* @since 1.9.3