avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-authorization
/
io.github.lishangbu.avalon.authorization.authentication
Package-level
declarations
Types
Types
Email
Code
Authentication
Provider
Link copied to clipboard
@
Component
class
EmailCodeAuthenticationProvider
(
verificationCodeService
:
VerificationCodeService
,
userDetailsService
:
UserDetailsService
)
:
AuthenticationProvider
邮箱验证码认证提供者
Sms
Code
Authentication
Provider
Link copied to clipboard
@
Component
class
SmsCodeAuthenticationProvider
(
verificationCodeService
:
VerificationCodeService
,
userDetailsService
:
UserDetailsService
)
:
AuthenticationProvider
短信验证码认证提供者