|
LUSID C# SDK
|
Interface for an implementation to return access tokens More...

Public Member Functions | |
| Task< string > | GetAuthenticationTokenAsync () |
| Return an access token More... | |
| Task< AuthenticationHeaderValue > | GetAuthenticationHeaderAsync () |
| Return an access token More... | |
Interface for an implementation to return access tokens
| Task<AuthenticationHeaderValue> Lusid.Sdk.Extensions.ITokenProvider.GetAuthenticationHeaderAsync | ( | ) |
Return an access token
Implemented in Lusid.Sdk.Extensions.PersonalAccessTokenProvider, and Lusid.Sdk.Extensions.ClientCredentialsFlowTokenProvider.
| Task<string> Lusid.Sdk.Extensions.ITokenProvider.GetAuthenticationTokenAsync | ( | ) |
Return an access token
Implemented in Lusid.Sdk.Extensions.PersonalAccessTokenProvider, and Lusid.Sdk.Extensions.ClientCredentialsFlowTokenProvider.