My Project 1.0
Open Source Encrypted Vault Storage
|
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. |
Definition at line 3 of file ITokenManager.cs.
Task ignivault.ApiClient.ITokenManager.ClearTokenAsync | ( | ) |
Task< string?> ignivault.ApiClient.ITokenManager.GetTokenAsync | ( | ) |
Gets the stored token, or null if no token is stored.
Implemented in ignivault.App.Services.TokenManager.
Task ignivault.ApiClient.ITokenManager.SetTokenAsync | ( | string? | token | ) |
Sets the token to be stored. If null is passed, it clears the stored token.
token |
Implemented in ignivault.App.Services.TokenManager.