Interface IDeviceFlowThrottlingService
- Namespace
- Duende.IdentityServer.Services
- Assembly
- Duende.IdentityServer.dll
The device flow throttling service.
public interface IDeviceFlowThrottlingService
Methods
ShouldSlowDown(string, DeviceCode)
Decides if the requesting client and device code needs to slow down.
Task<bool> ShouldSlowDown(string deviceCode, DeviceCode details)
Parameters
deviceCode
stringThe device code.
details
DeviceCodeThe device code details.