From 9fe879d87e1def6bff86aeac2ce6980ce72f9d06 Mon Sep 17 00:00:00 2001 From: Giorgi Khvedeliani <43849591+PoteRii@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:23:12 +0400 Subject: [PATCH] Update device_flow_interaction_service.md --- .../reference/services/device_flow_interaction_service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IdentityServer/v5/docs/content/reference/services/device_flow_interaction_service.md b/IdentityServer/v5/docs/content/reference/services/device_flow_interaction_service.md index cd759c2d..a6c2fc54 100644 --- a/IdentityServer/v5/docs/content/reference/services/device_flow_interaction_service.md +++ b/IdentityServer/v5/docs/content/reference/services/device_flow_interaction_service.md @@ -15,7 +15,7 @@ It is available from the dependency injection system and would normally be injec Returns the *DeviceFlowAuthorizationRequest* based on the *userCode* passed to the login or consent pages. -* ***DeviceFlowInteractionResult*** +* ***HandleRequestAsync*** Completes device authorization for the given *userCode*.