作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我与 Xero oauth 1.0a(JAVA 后端)集成,其中使用 sdk 创建联系人、发票、贷方票据。我需要将 Xero 迁移到 oauth 2.0,因为当前版本已弃用。现在,我使用依赖项:
<dependency>
<groupId>com.github.xeroapi</groupId>
<artifactId>xero-java</artifactId>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>com.github.xeroapi</groupId>
<artifactId>xeroapi-schemas</artifactId>
<version>1.0.0</version>
</dependency>
在服务器端迁移到Xero而无需用户交互的解决方案是什么?
我看了帖子但不明白结论:
谢谢大家
最佳答案
您好@roliveira = 此处还概述了迁移策略:https://developer.xero.com/documentation/oauth2/migrate
它显示了将 Oauth1 token 交换为 Oauth2 token 的策略,而不需要任何用户重新进行身份验证。
关于java - 迁移 Xero oauth 1.0a 至 2.0 (JAVA),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59975851/
我是一名优秀的程序员,十分优秀!