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.​Stores.​PersistedGrantFilter
Assembly: Duende.IdentityServer.Storage
Inheritance: object → PersistedGrantFilter
Represents a filter used when accessing the persisted grants store. Setting multiple properties is interpreted as a logical 'AND' to further filter the query. At least one value must be supplied.
Properties
public
string
SubjectId
Subject id of the user.
public
string
SessionId
Session id used for the grant.
public
string
ClientId
Client id the grant was issued to.
public
System.​Collections.​Generic.​IEnumerable<​string>
ClientIds
Client ids the grant was issued to.
public
string
Type
The type of grant.
public
System.​Collections.​Generic.​IEnumerable<​string>
Types
The types of grants.
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