Uses of Interface
me.zhyd.oauth.config.AuthSource
Packages that use AuthSource
Package
Description
JustAuth,如你所见,它仅仅是一个第三方授权登录的工具类库,它可以让我们脱离繁琐的第三方登录SDK,让登录变得So easy!
JustAuth 核心配置相关,包括
AuthConfig和AuthSourceJustAuth专用异常封装
JustAuth核心组件,所有授权登录都是基于
request实现提供一些简单的工具和校验等
-
Uses of AuthSource in me.zhyd.oauth
Methods in me.zhyd.oauth with parameters of type AuthSource -
Uses of AuthSource in me.zhyd.oauth.config
Classes in me.zhyd.oauth.config that implement AuthSource -
Uses of AuthSource in me.zhyd.oauth.exception
Constructors in me.zhyd.oauth.exception with parameters of type AuthSourceModifierConstructorDescriptionAuthException(int errorCode, String errorMsg, AuthSource source) AuthException(String errorMsg, AuthSource source) AuthException(AuthResponseStatus status, AuthSource source) -
Uses of AuthSource in me.zhyd.oauth.request
Fields in me.zhyd.oauth.request declared as AuthSourceConstructors in me.zhyd.oauth.request with parameters of type AuthSourceModifierConstructorDescriptionAbstractAuthDingtalkRequest(AuthConfig config, AuthSource source) AbstractAuthDingtalkRequest(AuthConfig config, AuthSource source, AuthStateCache authStateCache) AbstractAuthMicrosoftRequest(AuthConfig config, AuthSource source) AbstractAuthMicrosoftRequest(AuthConfig config, AuthSource source, AuthStateCache authStateCache) AbstractAuthWeChatEnterpriseRequest(AuthConfig config, AuthSource source) AbstractAuthWeChatEnterpriseRequest(AuthConfig config, AuthSource source, AuthStateCache authStateCache) AuthDefaultRequest(AuthConfig config, AuthSource source) AuthDefaultRequest(AuthConfig config, AuthSource source, AuthStateCache authStateCache) -
Uses of AuthSource in me.zhyd.oauth.utils
Methods in me.zhyd.oauth.utils with parameters of type AuthSourceModifier and TypeMethodDescriptionstatic voidAuthChecker.checkCode(AuthSource source, AuthCallback callback) 校验回调传回的codestatic voidAuthChecker.checkConfig(AuthConfig config, AuthSource source) 检查配置合法性。static voidAuthChecker.checkState(String state, AuthSource source, AuthStateCache authStateCache) 校验回调传回的state,为空或者不存在static booleanAuthChecker.isSupportedAuth(AuthConfig config, AuthSource source) 是否支持第三方登录