DeviceCodeResult
Class
Definition
This class represents the response from the service when requesting device code.
public sealed class DeviceCodeResult
- Inheritance
-
DeviceCodeResult
Properties
| ClientId |
Identifier of the client requesting device code. |
| DeviceCode |
Device code returned by the service |
| ExpiresOn |
Time when the device code will expire. |
| Interval |
Polling interval time to check for completion of authentication flow. |
| Message |
User friendly text response that can be used for display purpose. |
| Resource |
Identifier of the target resource that would be the recipient of the token. |
| UserCode |
User code returned by the service |
| VerificationUrl |
Verification URL where the user must navigate to authenticate using the device code and credentials. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |