Class AbpIoApiKeyService
Inheritance
AbpIoApiKeyService
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class AbpIoApiKeyService : IApiKeyService, ITransientDependency
Constructors
AbpIoApiKeyService(IJsonSerializer, ICancellationTokenProvider, IRemoteServiceExceptionHandler, ILogger<AbpIoApiKeyService>, CliHttpClientFactory)
Declaration
public AbpIoApiKeyService(IJsonSerializer jsonSerializer, ICancellationTokenProvider cancellationTokenProvider, IRemoteServiceExceptionHandler remoteServiceExceptionHandler, ILogger<AbpIoApiKeyService> logger, CliHttpClientFactory cliHttpClientFactory)
Parameters
Properties
CancellationTokenProvider
Declaration
protected ICancellationTokenProvider CancellationTokenProvider { get; }
Property Value
JsonSerializer
Declaration
protected IJsonSerializer JsonSerializer { get; }
Property Value
RemoteServiceExceptionHandler
Declaration
protected IRemoteServiceExceptionHandler RemoteServiceExceptionHandler { get; }
Property Value
Methods
GetApiKeyOrNullAsync(bool)
Declaration
public Task<DeveloperApiKeyResult> GetApiKeyOrNullAsync(bool invalidateCache = false)
Parameters
Type |
Name |
Description |
bool |
invalidateCache |
|
Returns
Implements
Extension Methods