BLL.Service.DropboxService.AuthorizeAsync C# (CSharp) Method

AuthorizeAsync() public method

public AuthorizeAsync ( ) : Task
return Task
        public async Task<Uri> AuthorizeAsync()
        {
            // Get the OAuth Request Url
            return await _client.Core.OAuth2.AuthorizeAsync("code");
        }