Microsoft.Identity.Client.Internal.DeviceCodeResponse class DeviceCodeResponse : OAuth2ResponseBase Documentation Code public string DeviceCode { get; set; } public long ExpiresIn { get; set; } public long Interval { get; set; } public string Message { get; set; } public string UserCode { get; set; } public string VerificationUri { get; set; } public string VerificationUrl { get; set; } public DeviceCodeResponse() public DeviceCodeResult GetResult(string clientId, ISet<string> scopes)