IAuth.GetUserAccountAsync method
Asynchronously retrieves the account details for the currently authenticated user.
public Task<UserAccount> GetUserAccountAsync()
Return Value
A task that represents the asynchronous operation. The task result contains a UserAccount object representing the user’s account details.
See Also
- class UserAccount
- interface IAuth
- namespace Autodesk.DataExchange.Core.Interface