Table of Contents

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 string

The device code.

details DeviceCode

The device code details.

Returns

Task<bool>