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.​Models.​DeviceCode
Assembly: Duende.IdentityServer.Storage
Inheritance: object → DeviceCode
Represents data needed for device flow.
Properties
CreationTime
Gets or sets the creation time.
public
int
Lifetime
Gets or sets the lifetime.
public
string
ClientId
Gets or sets the client identifier.
public
string
Description
Gets the description the user assigned to the device being authorized.
public
bool
IsOpenId
Gets or sets a value indicating whether this instance is open identifier.
public
bool
IsAuthorized
Gets or sets a value indicating whether this instance is authorized.
public
System.​Collections.​Generic.​IEnumerable<​string>
RequestedScopes
Gets or sets the requested scopes.
public
System.​Collections.​Generic.​IEnumerable<​string>
AuthorizedScopes
Gets or sets the authorized scopes.
Subject
Gets or sets the subject.
public
string
SessionId
Gets or sets the session identifier.
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