集成teambition

This commit is contained in:
yadong.zhang 2019-07-17 15:29:18 +08:00
parent e0242f9929
commit 267200c434

View File

@ -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());
} }