My Project 1.0
Open Source Encrypted Vault Storage
Loading...
Searching...
No Matches
ignivault.ApiClient.ITokenManager Interface Reference
Inheritance diagram for ignivault.ApiClient.ITokenManager:

Public Member Functions

Task< string?> GetTokenAsync ()
 Gets the stored token, or null if no token is stored.
Task SetTokenAsync (string? token)
 Sets the token to be stored. If null is passed, it clears the stored token.
Task ClearTokenAsync ()
 Clears the stored token.

Detailed Description

Definition at line 3 of file ITokenManager.cs.

Member Function Documentation

◆ ClearTokenAsync()

Task ignivault.ApiClient.ITokenManager.ClearTokenAsync ( )

Clears the stored token.

Returns

Implemented in ignivault.App.Services.TokenManager.

◆ GetTokenAsync()

Task< string?> ignivault.ApiClient.ITokenManager.GetTokenAsync ( )

Gets the stored token, or null if no token is stored.

Returns

Implemented in ignivault.App.Services.TokenManager.

◆ SetTokenAsync()

Task ignivault.ApiClient.ITokenManager.SetTokenAsync ( string? token)

Sets the token to be stored. If null is passed, it clears the stored token.

Parameters
token
Returns

Implemented in ignivault.App.Services.TokenManager.


The documentation for this interface was generated from the following file: