-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
使用托管页的情况下正常不声明使用OIDC 协议
import Guard AuthFlow().start { [weak self] code, message, userInfo in if code == 200 { // userInfo 为用户信息 } }
登录成功
但如果使用了OIDC 协议会失败
import Guard let flow = AuthFlow() flow.authProtocol = .EOIDC flow.start() { [weak self] code, message, userInfo in if code == 200 { // userInfo 为用户信息 } }
且托管页获取验证码后,获取验证码按钮的倒计时无法看件显示空白
Metadata
Metadata
Assignees
Labels
No labels
