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

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 | |
Implementation of a TokenProvider for the ClientCredentialsFlow - where the credentials are usually sourced from a "secrets.json" file
|
inline |
Constructor