Auth.GetAuthToken method
Retrieves a 3 Legged authentication token.
public string GetAuthToken(bool isForceRefresh = false)
parameter | description |
---|---|
isForceRefresh | Forcefully refreshes token when value is true |
Return Value
3 legged authentication token
See Also
- class Auth
- namespace Autodesk.DataExchange.Authentication