AuthOptions class
Authentication Options. The combination of [ClientId and Port] or [ClientId, Secret and CallBack] is mandatory.
public class AuthOptions
Public Members
name | description |
---|---|
AuthOptions() | Initializes a new instance of the AuthOptions class. The combination of [ClientId and Port] or [ClientId, Secret and CallBack] is mandatory. |
CallBack { get; set; } | The call back URL. |
ClientId { get; set; } | The client identifier. |
ClientSecret { get; set; } | The client secret. |
Logger { get; set; } | The logger. |
See Also
- namespace Autodesk.DataExchange.Authentication