Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface Duende.​IdentityServer.​Services.​IDeviceFlowInteractionService
Assembly: Duende.IdentityServer
Provide services be used by the user interface to communicate with IdentityServer.
Methods
System.​Threading.​Tasks.​Task<​Models.​DeviceFlowAuthorizationRequest>
GetAuthorizationContextAsync​(string userCode)
Gets the authorization context asynchronously.
userCode
The user code.
System.​Threading.​Tasks.​Task<​Models.​DeviceFlowInteractionResult>
HandleRequestAsync​(string userCode,
Models.​ConsentResponse consent)
Handles the request asynchronously.
userCode
The user code.
consent
The consent.