Browse Source

Update ClientRepository.cs

pull/4921/head
lyon.han 6 years ago
committed by GitHub
parent
commit
2fd086ea0c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/identityserver/src/Volo.Abp.IdentityServer.EntityFrameworkCore/Volo/Abp/IdentityServer/Clients/ClientRepository.cs

2
modules/identityserver/src/Volo.Abp.IdentityServer.EntityFrameworkCore/Volo/Abp/IdentityServer/Clients/ClientRepository.cs

@ -18,7 +18,7 @@ namespace Volo.Abp.IdentityServer.Clients
}
public virtual async Task<Client> FindByCliendIdAsync(
public virtual async Task<Client> FindByClientIdAsync(
string clientId,
bool includeDetails = true,
CancellationToken cancellationToken = default)

Loading…
Cancel
Save