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.​PersistedGrant
Assembly: Duende.IdentityServer.Storage
Inheritance: object → PersistedGrant
A model for a persisted grant
Properties
public
string
Key
Gets or sets the key.
public
string
Type
Gets the type.
public
string
SubjectId
Gets the subject identifier.
public
string
SessionId
Gets the session identifier.
public
string
ClientId
Gets the client identifier.
public
string
Description
Gets the description the user assigned to the device being authorized.
CreationTime
Gets or sets the creation time.
public
System.​DateTime?
Expiration
Gets or sets the expiration.
public
System.​DateTime?
ConsumedTime
Gets or sets the consumed time.
public
string
Data
Gets or sets the data.
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