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