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.​Grant

Assembly: Duende.IdentityServer

Inheritance: object → Grant

Models a grant the user has given.

Properties

public string
SubjectId
Gets or sets the subject identifier.
public string
ClientId
Gets or sets the client identifier.
public string
Description
Gets the description the user assigned to the device being authorized.
Gets or sets the scopes.
CreationTime
Gets or sets the creation time.
Expiration
Gets or sets the expiration.

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object