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

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

Inheritance diagram for Lusid.Sdk.Extensions.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.Extensions.ITokenProvider.GetAuthenticationHeaderAsync ( )

◆ GetAuthenticationTokenAsync()

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

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