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.
public
System.​Collections.​Generic.​IEnumerable<​string>
Scopes
Gets or sets the scopes.
CreationTime
Gets or sets the creation time.
public
System.​DateTime?
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
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object