public interface VerifyCodeProvider
Modifier and Type | Method and Description |
---|---|
String |
getCodeUrl()
url that send a sms code or display a CAPTCHA code.
|
Boolean |
match(String uuid,
String code)
verify user input.
|
Copyright © 2017. All rights reserved.