LUSID C# SDK
Classes | Enumerations
Lusid.Sdk.Client.Auth Namespace Reference

Classes

class  OAuthAuthenticator
 An authenticator for OAuth2 authentication flows More...
 
class  TokenResponse
 

Enumerations

enum class  OAuthFlow { ACCESS_CODE , IMPLICIT , PASSWORD , APPLICATION }
 Available flows for OAuth2 authentication More...
 

Enumeration Type Documentation

◆ OAuthFlow

Available flows for OAuth2 authentication

Enumerator
ACCESS_CODE 

Authorization code flow

IMPLICIT 

Implicit flow

PASSWORD 

Password flow

APPLICATION 

Client credentials flow