Class DeviceFlowOptions
- Namespace
- Duende.IdentityServer.Configuration
- Assembly
- Duende.IdentityServer.dll
Configures device flow
public class DeviceFlowOptions
- Inheritance
-
DeviceFlowOptions
- Inherited Members
Constructors
DeviceFlowOptions()
public DeviceFlowOptions()
Properties
DefaultUserCodeType
Gets or sets the default type of the user code.
public string DefaultUserCodeType { get; set; }
Property Value
- string
The default type of the user code.
Interval
Gets or sets the polling interval in seconds.
public int Interval { get; set; }
Property Value
- int
The interval in seconds.