LUSID C# SDK
Classes | Public Member Functions | List of all members
Lusid.Sdk.Extensions.ClientCredentialsFlowTokenProvider Class Reference

Implementation of a TokenProvider for the ClientCredentialsFlow - where the credentials are usually sourced from a "secrets.json" file More...

Inheritance diagram for Lusid.Sdk.Extensions.ClientCredentialsFlowTokenProvider:
Inheritance graph
[legend]

Classes

class  AuthenticationToken
 

Public Member Functions

 ClientCredentialsFlowTokenProvider (ApiConfiguration configuration)
 Constructor More...
 
async Task< string > GetAuthenticationTokenAsync ()
 Return an access token
 
async Task< AuthenticationHeaderValue > GetAuthenticationHeaderAsync ()
 Return an access token
 

Detailed Description

Implementation of a TokenProvider for the ClientCredentialsFlow - where the credentials are usually sourced from a "secrets.json" file

Constructor & Destructor Documentation

◆ ClientCredentialsFlowTokenProvider()

Lusid.Sdk.Extensions.ClientCredentialsFlowTokenProvider.ClientCredentialsFlowTokenProvider ( ApiConfiguration  configuration)
inline

Constructor


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