Class BaseAuthenticationClient
- Namespace
- Autodesk.Authentication
- Assembly
- Autodesk.Authentication.dll
The main entry point of the SDK, exposes the configuration and the fluent API.
public class BaseAuthenticationClient : BaseRequestBuilder
- Inheritance
-
BaseRequestBuilderBaseAuthenticationClient
- Inherited Members
-
BaseRequestBuilder.PathParametersBaseRequestBuilder.RequestAdapterBaseRequestBuilder.UrlTemplate
Constructors
BaseAuthenticationClient(IRequestAdapter)
Instantiates a new BaseAuthenticationClient and sets the default values.
public BaseAuthenticationClient(IRequestAdapter requestAdapter)
Parameters
requestAdapter
IRequestAdapterThe request adapter to use to execute the requests.
Properties
Authentication
The authentication property
public AuthenticationRequestBuilder Authentication { get; }
Property Value
WellKnown
The wellKnown property
public WellKnownRequestBuilder WellKnown { get; }