且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用C#Client进行身份验证

更新时间:2023-12-03 15:17:04

是的,接下来你应该注册应用程序,因为您需要OAuth的ClientId(和Web应用程序的ClientSecret)。 

Yes, next you should register an application as you'll need the ClientId (and ClientSecret for web app) for OAuth. 

对于OAuth,需要通过UI一次性同意,然后您可以通过

授权代码授予流程

For OAuth, one time consent via the UI is required, and thereafter you can use refresh tokens via Authorization Code Grant Flow.

我希望这有帮助!