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.​ConnectedApplicationStore
Assembly: Duende.IdentityServer
Inheritance: object → ConnectedApplicationStore
Implemented Interfaces
Default implementation of <see cref="T:Duende.IdentityServer.Stores.IConnectedApplicationStore" /> that composes <see cref="T:Duende.IdentityServer.Stores.IClientStore" /> and <see cref="T:Duende.IdentityServer.Stores.ISamlServiceProviderStore" /> to provide a unified read-only view over all registered applications.
Methods
public
System.​Threading.​Tasks.​Task<​Models.​IConnectedApplication>
FindByIdentifierAsync​(string identifier,
System.​Threading.​CancellationToken ct)
public
System.​Collections.​Generic.​IAsyncEnumerable<​Models.​IConnectedApplication>
GetAllAsync​(System.​Threading.​CancellationToken ct)
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