LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Api.LoginApi Class Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for Lusid.Sdk.Api.LoginApi:
Inheritance graph
[legend]

Public Member Functions

 LoginApi ()
 Initializes a new instance of the LoginApi class. More...
 
 LoginApi (String basePath)
 Initializes a new instance of the LoginApi class. More...
 
 LoginApi (Lusid.Sdk.Client.Configuration configuration)
 Initializes a new instance of the LoginApi class using Configuration object More...
 
 LoginApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration)
 Initializes a new instance of the LoginApi class using a Configuration object and client instance. More...
 
String GetBasePath ()
 Gets the base path of the API client. More...
 
string GetSamlIdentityProviderId (string domain)
 Get SAML Identity Provider Get the unique identifier for the SAML 2.0 Identity Provider to be used for domain. More...
 
Lusid.Sdk.Client.ApiResponse< string > GetSamlIdentityProviderIdWithHttpInfo (string domain)
 Get SAML Identity Provider Get the unique identifier for the SAML 2.0 Identity Provider to be used for domain. More...
 
async System.Threading.Tasks.Task< string > GetSamlIdentityProviderIdAsync (string domain, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 Get SAML Identity Provider Get the unique identifier for the SAML 2.0 Identity Provider to be used for domain. More...
 
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< string > > GetSamlIdentityProviderIdWithHttpInfoAsync (string domain, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 Get SAML Identity Provider Get the unique identifier for the SAML 2.0 Identity Provider to be used for domain. More...
 

Properties

Lusid.Sdk.Client.IAsynchronousClient AsynchronousClient [get, set]
 The client for accessing this underlying API asynchronously. More...
 
Lusid.Sdk.Client.ISynchronousClient Client [get, set]
 The client for accessing this underlying API synchronously. More...
 
Lusid.Sdk.Client.IReadableConfiguration Configuration [get, set]
 Gets or sets the configuration object More...
 
Lusid.Sdk.Client.ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 
- Properties inherited from Lusid.Sdk.Client.IApiAccessor
IReadableConfiguration Configuration [get, set]
 Gets or sets the configuration object More...
 
ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Constructor & Destructor Documentation

◆ LoginApi() [1/4]

Lusid.Sdk.Api.LoginApi.LoginApi ( )
inline

Initializes a new instance of the LoginApi class.

Returns

◆ LoginApi() [2/4]

Lusid.Sdk.Api.LoginApi.LoginApi ( String  basePath)
inline

Initializes a new instance of the LoginApi class.

Returns

◆ LoginApi() [3/4]

Lusid.Sdk.Api.LoginApi.LoginApi ( Lusid.Sdk.Client.Configuration  configuration)
inline

Initializes a new instance of the LoginApi class using Configuration object

Parameters
configurationAn instance of Configuration
Returns

◆ LoginApi() [4/4]

Lusid.Sdk.Api.LoginApi.LoginApi ( Lusid.Sdk.Client.ISynchronousClient  client,
Lusid.Sdk.Client.IAsynchronousClient  asyncClient,
Lusid.Sdk.Client.IReadableConfiguration  configuration 
)
inline

Initializes a new instance of the LoginApi class using a Configuration object and client instance.

Parameters
clientThe client interface for synchronous API access.
asyncClientThe client interface for asynchronous API access.
configurationThe configuration object.

Member Function Documentation

◆ GetBasePath()

String Lusid.Sdk.Api.LoginApi.GetBasePath ( )
inline

Gets the base path of the API client.

The base path

Implements Lusid.Sdk.Client.IApiAccessor.

◆ GetSamlIdentityProviderId()

string Lusid.Sdk.Api.LoginApi.GetSamlIdentityProviderId ( string  domain)
inline

Get SAML Identity Provider Get the unique identifier for the SAML 2.0 Identity Provider to be used for domain.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
domainThe domain that the user will be logging in to
Returns
string

Implements Lusid.Sdk.Api.ILoginApiSync.

◆ GetSamlIdentityProviderIdAsync()

async System.Threading.Tasks.Task<string> Lusid.Sdk.Api.LoginApi.GetSamlIdentityProviderIdAsync ( string  domain,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

Get SAML Identity Provider Get the unique identifier for the SAML 2.0 Identity Provider to be used for domain.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
domainThe domain that the user will be logging in to
cancellationTokenCancellation Token to cancel the request.
Returns
Task of string

Implements Lusid.Sdk.Api.ILoginApiAsync.

◆ GetSamlIdentityProviderIdWithHttpInfo()

Lusid.Sdk.Client.ApiResponse<string> Lusid.Sdk.Api.LoginApi.GetSamlIdentityProviderIdWithHttpInfo ( string  domain)
inline

Get SAML Identity Provider Get the unique identifier for the SAML 2.0 Identity Provider to be used for domain.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
domainThe domain that the user will be logging in to
Returns
ApiResponse of string

Implements Lusid.Sdk.Api.ILoginApiSync.

◆ GetSamlIdentityProviderIdWithHttpInfoAsync()

async System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<string> > Lusid.Sdk.Api.LoginApi.GetSamlIdentityProviderIdWithHttpInfoAsync ( string  domain,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)
inline

Get SAML Identity Provider Get the unique identifier for the SAML 2.0 Identity Provider to be used for domain.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
domainThe domain that the user will be logging in to
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (string)

Implements Lusid.Sdk.Api.ILoginApiAsync.

Property Documentation

◆ AsynchronousClient

Lusid.Sdk.Client.IAsynchronousClient Lusid.Sdk.Api.LoginApi.AsynchronousClient
getset

The client for accessing this underlying API asynchronously.

◆ Client

Lusid.Sdk.Client.ISynchronousClient Lusid.Sdk.Api.LoginApi.Client
getset

The client for accessing this underlying API synchronously.

◆ Configuration

Lusid.Sdk.Client.IReadableConfiguration Lusid.Sdk.Api.LoginApi.Configuration
getset

Gets or sets the configuration object

An instance of the Configuration

◆ ExceptionFactory

Lusid.Sdk.Client.ExceptionFactory Lusid.Sdk.Api.LoginApi.ExceptionFactory
getset

Provides a factory method hook for the creation of exceptions.


The documentation for this class was generated from the following file: