IAuth interface
Defines an interface for managing authentication within the connector kit.
public interface IAuth
Members
name | description |
---|---|
GetAuthToken(…) | Retrieves a 3-legged OAuth authentication token. Optionally, forces a token refresh. |
GetAuthTokenAsync() | Asynchronously retrieves an authentication token using the 3-legged OAuth protocol. |
GetUserAccountAsync() | Asynchronously retrieves the account details for the currently authenticated user. |
See Also
- namespace Autodesk.DataExchange.Core.Interface