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*.