Interface ILeptonThemeApplicationSettingService
Namespace: Volo.Abp.LeptonTheme.MauiBlazor.Settings
Assembly: Volo.Abp.LeptonTheme.MauiBlazor.dll
Syntax
public interface ILeptonThemeApplicationSettingService
Methods
GetAccessTokenAsync()
Declaration
Task<string> GetAccessTokenAsync()
Returns
| Type | Description |
|---|---|
| Task<string> |
SetAccessTokenAsync(string)
Declaration
Task SetAccessTokenAsync(string accessToken)
Parameters
| Type | Name | Description |
|---|---|---|
| string | accessToken |
Returns
| Type | Description |
|---|---|
| Task |