Show / Hide Table of Contents

Class LeptonThemeApplicationSettingService

Inheritance
object
LeptonThemeApplicationSettingService
Implements
ILeptonThemeApplicationSettingService
ITransientDependency
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.LeptonTheme.MauiBlazor.Settings
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
Type Description
Task<string>

SetAccessTokenAsync(string)

Declaration
public Task SetAccessTokenAsync(string accessToken)
Parameters
Type Name Description
string accessToken
Returns
Type Description
Task

Implements

ILeptonThemeApplicationSettingService
Volo.Abp.DependencyInjection.ITransientDependency
In this article
Back to top Powered by Volosoft