pub async fn authenticate_with_callback(
config: &AuthConfig,
verify_cb: Option<VerifyCodeCallback>,
) -> Result<AuthResult>Expand description
完整密码鉴权(带自定义验证码回调)
pub async fn authenticate_with_callback(
config: &AuthConfig,
verify_cb: Option<VerifyCodeCallback>,
) -> Result<AuthResult>完整密码鉴权(带自定义验证码回调)