c# - Authentication for the Office365 account for access in docs -
i have .net
application in c#
send files various office365
services, example: onedrive
, email
, word
, etc. found "authentication oauth" article on msdn site unsure whether application fits purpose of article.
in case, make user log in office365
account, , can create access keys onedrive
, email
, etc or what?
and in addition, @ end of article shown xml
code inform authenticationtoken
, can not done throughout code in c#
normally?
article: https://msdn.microsoft.com/library/bing-ads-user-authentication-oauth-guide.aspx#registerapplication
Comments
Post a Comment