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.​Consent
Assembly: Duende.IdentityServer.Storage
Inheritance: object → Consent
Represents the permissions (in terms of scopes) granted to a client by a subject
Properties
public
string
SubjectId
Gets or sets the subject identifier.
public
string
ClientId
Gets or sets the client identifier.
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