Skip to content

Commit

Permalink
Update comment style
Browse files Browse the repository at this point in the history
  • Loading branch information
condemil committed Feb 18, 2019
1 parent c2124a5 commit a865824
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Bynder/Api/IBynderAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ public interface IBynderApi : IDisposable
Task<User> LoginAsync(string email, string password);

/*
* To Login using the browser so only consumer key/secret are needed. Client has to do the following:
* 1. Request temporary Tokens -> GetRequestTokenAsync
* 2. Get Authorized Url to open the browser -> GetAuthorizeUrl
* 3. Wait until user enters credentials and browser is redirected to callback Url.
* 4. Request final access tokens -> GetAccessTokenAsync
*
* Example can be found in Bynder.Sample project
To Login using the browser so only consumer key/secret are needed. Client has to do the following:
1. Request temporary Tokens -> GetRequestTokenAsync
2. Get Authorized Url to open the browser -> GetAuthorizeUrl
3. Wait until user enters credentials and browser is redirected to callback Url.
4. Request final access tokens -> GetAccessTokenAsync
Example can be found in Bynder.Sample project
*/

/// <summary>
Expand Down

0 comments on commit a865824

Please sign in to comment.