IdentityServer / IdentityServer4

OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
https://identityserver.io
Apache License 2.0
9.23k stars 4.02k forks source link

DeviceController Error reference #3922

Closed juank52009 closed 4 years ago

juank52009 commented 4 years ago

Severity Code Description Project File Line Suppression State

Error CS0246 The type or namespace name 'IDeviceFlowInteractionService' could not be found (are you missing a using directive or an assembly reference?) Marvin.IDP

C:\securing-aspdotnet-core2-oauth2-openid-connect\02\demos\start-end\ImageGallery\src\Marvin.IDP\Quickstart\Device\DeviceController.cs

Error_1

scottbrady91 commented 4 years ago

IDeviceFlowInteractionService is in the IdentityServer4.Services namespace from v2.3 onwards

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.