|
LUSID C# SDK
|
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... | |
|
strong |
Available flows for OAuth2 authentication
| Enumerator | |
|---|---|
| ACCESS_CODE | Authorization code flow |
| IMPLICIT | Implicit flow |
| PASSWORD | Password flow |
| APPLICATION | Client credentials flow |