|
Kanda Foundation 0.2.0
|
Classes | |
| class | CloudAuthentication |
| struct | CloudCredentials |
| A set of credentials for an authenticated user which can be used to access Kanda Cloud services. More... | |
| interface | ICloudAuthentication |
| Implements a way to log in / log out to Kanda Cloud with OpenID Connect and getting credentials from this process for use in authenticating API requests. More... | |
| interface | IRefreshableCloudCredentials |
| A wrapper on CloudCredentials which allows for automatically or manually refreshing the credentials using its refresh token. More... | |
| class | RefreshableCloudCredentials |
Enumerations | |
| enum | LoginType { SavedCredentials , DeviceCode } |
| Signifies the method for login, which can either be from previously saved credentials or by completing a Device Code login flow. | |