Class MauiBlazorAccessTokenProvider
Implements
IAbpAccessTokenProvider
ITransientDependency
Inherited Members
Namespace: Volo.Abp.LeptonTheme.MauiBlazor
Assembly: Volo.Abp.LeptonTheme.MauiBlazor.dll
Syntax
public class MauiBlazorAccessTokenProvider : IAbpAccessTokenProvider, ITransientDependency
Constructors
MauiBlazorAccessTokenProvider(ILeptonThemeApplicationSettingService)
Declaration
public MauiBlazorAccessTokenProvider(ILeptonThemeApplicationSettingService leptonThemeApplicationSettingService)
Parameters
Type | Name | Description |
---|---|---|
ILeptonThemeApplicationSettingService | leptonThemeApplicationSettingService |
Methods
GetTokenAsync()
Declaration
public Task<string> GetTokenAsync()
Returns
Type | Description |
---|---|
Task<string> |
Implements
Volo.Abp.Http.Client.Authentication.IAbpAccessTokenProvider
Volo.Abp.DependencyInjection.ITransientDependency