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.service
/
VerificationCodeService
Verification
Code
Service
interface
VerificationCodeService
验证码服务
仅提供验证码生成与校验的基础能力
Author
lishangbu
Since
2026/3/13
Inheritors
AbstractVerificationCodeService
Members
Functions
generate
Code
Link copied to clipboard
abstract
fun
generateCode
(
target
:
String
,
type
:
String
)
:
String
生成验证码并完成发送逻辑
verify
Code
Link copied to clipboard
abstract
fun
verifyCode
(
target
:
String
,
code
:
String
,
type
:
String
)
校验验证码(成功后会使验证码失效)