Class LeptonThemeApplicationSettingService
Inheritance
LeptonThemeApplicationSettingService
Implements
ITransientDependency
Assembly: Volo.Abp.LeptonTheme.MauiBlazor.dll
Syntax
public class LeptonThemeApplicationSettingService : ILeptonThemeApplicationSettingService, ITransientDependency
Constructors
LeptonThemeApplicationSettingService()
Declaration
public LeptonThemeApplicationSettingService()
Methods
GetAccessTokenAsync()
Declaration
public Task<string> GetAccessTokenAsync()
Returns
SetAccessTokenAsync(string)
Declaration
public Task SetAccessTokenAsync(string accessToken)
Parameters
Type |
Name |
Description |
string |
accessToken |
|
Returns
Implements
Volo.Abp.DependencyInjection.ITransientDependency