Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Duende.​IdentityServer.​Configuration.​DeviceFlowOptions
Assembly: Duende.IdentityServer
Inheritance: object → DeviceFlowOptions
Settings for the OAuth 2.0 Device Authorization Grant (device flow), which allows input-constrained devices to obtain tokens via a secondary device.
Properties
public
string
DefaultUserCodeType
Gets or sets the default user code type used when generating device flow user codes, unless overridden
at the client level.
Remarks Defaults to <see cref="F:Duende.IdentityServer.IdentityServerConstants.UserCodeTypes.Numeric" /> , which produces
a 9-digit numeric code.
public
int
Interval
Gets or sets the minimum polling interval, in seconds, that clients must respect when polling the
token endpoint during a device flow.
Remarks Defaults to 5 seconds. Clients that poll more frequently will receive a
<c>slow_down</c> error response.
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object