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

Public Member Functions | |
| System.Threading.Tasks.Task< string > | GetSamlIdentityProviderIdAsync (string domain, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| Get SAML Identity Provider More... | |
| System.Threading.Tasks.Task< ApiResponse< string > > | GetSamlIdentityProviderIdWithHttpInfoAsync (string domain, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken)) |
| Get SAML Identity Provider More... | |
Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor | |
| String | GetBasePath () |
| Gets the base path of the API client. More... | |
Additional Inherited Members | |
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
| System.Threading.Tasks.Task<string> Lusid.Sdk.Api.ILoginApiAsync.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.
| 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. |
Implemented in Lusid.Sdk.Api.LoginApi.
| System.Threading.Tasks.Task<ApiResponse<string> > Lusid.Sdk.Api.ILoginApiAsync.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.
| 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. |
Implemented in Lusid.Sdk.Api.LoginApi.
1.8.13