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

Interface for an implementation to return access tokens More...

Inheritance diagram for Lusid.Sdk.Utilities.ITokenProvider:
Inheritance graph
[legend]

Public Member Functions

Task< string > GetAuthenticationTokenAsync ()
 Return an access token More...
 
Task< AuthenticationHeaderValue > GetAuthenticationHeaderAsync ()
 Return an access token More...
 

Detailed Description

Interface for an implementation to return access tokens

Member Function Documentation

◆ GetAuthenticationHeaderAsync()

Task<AuthenticationHeaderValue> Lusid.Sdk.Utilities.ITokenProvider.GetAuthenticationHeaderAsync ( )

Return an access token

Implemented in Lusid.Sdk.Utilities.ClientCredentialsFlowTokenProvider.

◆ GetAuthenticationTokenAsync()

Task<string> Lusid.Sdk.Utilities.ITokenProvider.GetAuthenticationTokenAsync ( )

Return an access token

Implemented in Lusid.Sdk.Utilities.ClientCredentialsFlowTokenProvider.


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