Package me.zhyd.oauth.model
Class AuthResponse<T>
java.lang.Object
me.zhyd.oauth.model.AuthResponse<T>
- All Implemented Interfaces:
Serializable
JustAuth统一授权响应类
- Since:
- 1.8
- Author:
- yadong.zhang (yadong.zhang0415(a)gmail.com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AuthResponse
public AuthResponse()
-
-
Method Details
-
ok
public boolean ok()是否请求成功- Returns:
- true or false
-