Table of Contents

Class IClientStoreExtensions

Namespace
Duende.IdentityServer.Stores
Assembly
Duende.IdentityServer.dll

Extension for IClientStore

public static class IClientStoreExtensions
Inheritance
IClientStoreExtensions
Inherited Members

Methods

FindEnabledClientByIdAsync(IClientStore, string)

Finds the enabled client by identifier.

public static Task<Client> FindEnabledClientByIdAsync(this IClientStore store, string clientId)

Parameters

store IClientStore

The store.

clientId string

The client identifier.

Returns

Task<Client>