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