C# Class MALClient.Android.Adapters.PasswordVaultProvider
Show file
Open project: Mordonus/MALClient
Public Methods
Method |
Description |
|
Add ( VaultCredential credential ) : void |
|
|
Get ( string domain ) : VaultCredential |
|
|
Reset ( ) : void |
|
|
Method Details
public Add ( VaultCredential credential ) : void |
credential |
MALClient.Models.AdapterModels.VaultCredential |
|
return |
void |
|
public Get ( string domain ) : VaultCredential |
domain |
string |
|
return |
MALClient.Models.AdapterModels.VaultCredential |
|
public Reset ( ) : void |
return |
void |
|