Show / Hide Table of Contents

Class MauiBlazorAccessTokenProvider

Inheritance
object
MauiBlazorAccessTokenProvider
Implements
IAbpAccessTokenProvider
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
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
In this article
Back to top Powered by Volosoft