IAuth.GetAuthTokenAsync method
Asynchronously retrieves an authentication token using the 3-legged OAuth protocol.
public Task<string> GetAuthTokenAsync()
Return Value
A task that represents the asynchronous operation. The task result contains the 3-legged OAuth token.
See Also
- interface IAuth
- namespace Autodesk.DataExchange.Core.Interface