类 RefreshTokenGrantTypeHandler
java.lang.Object
cn.dev33.satoken.oauth2.granttype.handler.RefreshTokenGrantTypeHandler
- 所有已实现的接口:
SaOAuth2GrantTypeHandlerInterface
public class RefreshTokenGrantTypeHandler
extends Object
implements SaOAuth2GrantTypeHandlerInterface
refresh_token grant_type 处理器
- 从以下版本开始:
- 1.39.0
- 作者:
- click33
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getAccessToken(cn.dev33.satoken.context.model.SaRequest req, String clientId, List<String> scopes) 获取 AccessTokenModel 对象获取所要处理的 GrantType
-
构造器详细资料
-
RefreshTokenGrantTypeHandler
public RefreshTokenGrantTypeHandler()
-
-
方法详细资料
-
getHandlerGrantType
从接口复制的说明:SaOAuth2GrantTypeHandlerInterface获取所要处理的 GrantType- 指定者:
getHandlerGrantType在接口中SaOAuth2GrantTypeHandlerInterface- 返回:
- /
-
getAccessToken
public AccessTokenModel getAccessToken(cn.dev33.satoken.context.model.SaRequest req, String clientId, List<String> scopes) 从接口复制的说明:SaOAuth2GrantTypeHandlerInterface获取 AccessTokenModel 对象- 指定者:
getAccessToken在接口中SaOAuth2GrantTypeHandlerInterface- 参数:
req- /- 返回:
- /
-