LUSID C# SDK
Public Member Functions | List of all members
Lusid.Sdk.Api.ILoginApiSync Interface Reference

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

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

Public Member Functions

string GetSamlIdentityProviderId (string domain)
 Get SAML Identity Provider More...
 
ApiResponse< string > GetSamlIdentityProviderIdWithHttpInfo (string domain)
 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...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints

Member Function Documentation

◆ GetSamlIdentityProviderId()

string Lusid.Sdk.Api.ILoginApiSync.GetSamlIdentityProviderId ( string  domain)

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

Implemented in Lusid.Sdk.Api.LoginApi.

◆ GetSamlIdentityProviderIdWithHttpInfo()

ApiResponse<string> Lusid.Sdk.Api.ILoginApiSync.GetSamlIdentityProviderIdWithHttpInfo ( string  domain)

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

Implemented in Lusid.Sdk.Api.LoginApi.


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