|
Kanda Foundation 0.2.0
|
Information about the device code login initiation process. If successful, a user code and activation URL is provided for further action by the user. More...
Static Public Member Functions | |
| static DeviceCodeLoginData | CreateSucceeded (string userCode, string activationUrl) |
| static DeviceCodeLoginData | CreateFailed (string message) |
Public Attributes | |
| bool | Succeeded |
| string | Message |
| string | UserCode |
| string | ActivationUrl |
Information about the device code login initiation process. If successful, a user code and activation URL is provided for further action by the user.