提交 267200c4 编写于 作者: 智布道's avatar 智布道 👁

集成teambition

上级 e0242f99
...@@ -10,13 +10,14 @@ import me.zhyd.oauth.model.*; ...@@ -10,13 +10,14 @@ import me.zhyd.oauth.model.*;
import me.zhyd.oauth.url.AuthTeambitionUrlBuilder; import me.zhyd.oauth.url.AuthTeambitionUrlBuilder;
/** /**
* 微信登录 * Teambition授权登录
* *
* @author yadong.zhang (yadong.zhang0415(a)gmail.com) * @author yadong.zhang (yadong.zhang0415(a)gmail.com)
* @version 1.0 * @version 1.0
* @since 1.8 * @since 1.8
*/ */
public class AuthTeambitionRequest extends AuthDefaultRequest { public class AuthTeambitionRequest extends AuthDefaultRequest {
public AuthTeambitionRequest(AuthConfig config) { public AuthTeambitionRequest(AuthConfig config) {
super(config, AuthSource.TEAMBITION, new AuthTeambitionUrlBuilder()); super(config, AuthSource.TEAMBITION, new AuthTeambitionUrlBuilder());
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册