IAuth.GetAuthToken method
Retrieves a 3-legged OAuth authentication token. Optionally, forces a token refresh.
public string GetAuthToken(bool isForceRefresh = false)
parameter | description |
---|---|
isForceRefresh | If set to true, forces a refresh of the token. Default is false. |
Return Value
A 3-legged OAuth authentication token. If isForceRefresh is true, a new token is generated.
See Also
- interface IAuth
- namespace Autodesk.DataExchange.Core.Interface