Table of Contents

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
BaseRequestBuilder
BaseAuthenticationClient
Inherited Members
BaseRequestBuilder.PathParameters
BaseRequestBuilder.RequestAdapter
BaseRequestBuilder.UrlTemplate

Constructors

BaseAuthenticationClient(IRequestAdapter)

Instantiates a new BaseAuthenticationClient and sets the default values.

public BaseAuthenticationClient(IRequestAdapter requestAdapter)

Parameters

requestAdapter IRequestAdapter

The request adapter to use to execute the requests.

Properties

Authentication

The authentication property

public AuthenticationRequestBuilder Authentication { get; }

Property Value

AuthenticationRequestBuilder

WellKnown

The wellKnown property

public WellKnownRequestBuilder WellKnown { get; }

Property Value

WellKnownRequestBuilder