|
LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...

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... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the LoginApi class.
|
inline |
Initializes a new instance of the LoginApi class.
|
inline |
Initializes a new instance of the LoginApi class using Configuration object
| configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the LoginApi class using a Configuration object and client instance.
| client | The client interface for synchronous API access. |
| asyncClient | The client interface for asynchronous API access. |
| configuration | The configuration object. |
|
inline |
|
inline |
Get SAML Identity Provider Get the unique identifier for the SAML 2.0 Identity Provider to be used for domain.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The domain that the user will be logging in to |
Implements Lusid.Sdk.Api.ILoginApiSync.
|
inline |
Get SAML Identity Provider Get the unique identifier for the SAML 2.0 Identity Provider to be used for domain.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The domain that the user will be logging in to |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.ILoginApiAsync.
|
inline |
Get SAML Identity Provider Get the unique identifier for the SAML 2.0 Identity Provider to be used for domain.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The domain that the user will be logging in to |
Implements Lusid.Sdk.Api.ILoginApiSync.
|
inline |
Get SAML Identity Provider Get the unique identifier for the SAML 2.0 Identity Provider to be used for domain.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| domain | The domain that the user will be logging in to |
| cancellationToken | Cancellation Token to cancel the request. |
Implements Lusid.Sdk.Api.ILoginApiAsync.
|
getset |
The client for accessing this underlying API asynchronously.
|
getset |
The client for accessing this underlying API synchronously.
|
getset |
Gets or sets the configuration object
An instance of the Configuration
|
getset |
Provides a factory method hook for the creation of exceptions.
1.8.13