| Package | Description |
|---|---|
| org.aoju.bus.oauth | |
| org.aoju.bus.oauth.provider |
| Modifier and Type | Class and Description |
|---|---|
class |
Registry
内置的各api需要的url, 用枚举类分平台类型管理
|
| Modifier and Type | Field and Description |
|---|---|
protected Complex |
DefaultProvider.source |
| Modifier and Type | Method and Description |
|---|---|
static void |
DefaultProvider.checkCode(Complex complex,
Callback callback)
校验回调传回的code
|
static void |
DefaultProvider.checkcontext(Context context,
Complex source)
检查配置合法性 针对部分平台, 对redirect uri有特定要求 一般来说redirect uri都是http://,而对于facebook平台, redirect uri 必须是https的链接
|
static boolean |
DefaultProvider.isSupportedAuth(Context context,
Complex source)
是否支持第三方登录
|
| Constructor and Description |
|---|
DefaultProvider(Context context,
Complex source) |
DefaultProvider(Context context,
Complex source,
StateCache stateCache) |
Copyright © 2020. All rights reserved.