Show / Hide Table of Contents

Interface IAccessTokenStore

Namespace: Volo.Abp.Account.Pro.Public.MauiBlazor.OAuth
Assembly: Volo.Abp.Account.Pro.Public.MauiBlazor.dll
Syntax
public interface IAccessTokenStore

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
In this article
Back to top Powered by Volosoft