简体   繁体   English

使用C#在OneDrive中进行授权

[英]Authorization in OneDrive with C#

Someone knows how to make the authorization in OneDrive without oAuth? 有人知道如何在没有oAuth的情况下在OneDrive中进行授权吗? I need to make an application that will sign with my name. 我需要制作一个使用我的名字签名的应用程序。 That when downloading an application has already been made authorization. 下载应用程序时已获得授权。 Hellp PLS! Hellp PLS!

You can use Code Flow model to achieve that. 您可以使用代码流模型来实现。 You just need to get a refresh_token and store it in your application settings. 您只需要获取refresh_token并将其存储在您的应用程序设置中即可。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM