mirror of
https://gitee.com/yadong.zhang/JustAuth.git
synced 2025-12-06 16:58:24 +08:00
✨ 集成teambition
This commit is contained in:
parent
e0242f9929
commit
267200c434
@ -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());
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user