Secret QML Type
An instance of a secret More...
Import Statement: | import Sailfish.Secrets 1.0 |
Properties
Methods
Detailed Description
Property Documentation
The collection name field from the identifier of the secret
This is the data which will be stored securely by the secrets service
Returns the fields (keys) of filter data associated with the secret
The name field from the identifier of the secret
storagePluginName : string |
The storage plugin name field from the identifier of the secret
Method Documentation
string filterData(string field) |
Returns the filter data value associated with the secret for the given filter field
bool hasFilterData(string field) |
Returns true if the secret has filter data associated with it for the given filter field
void setFilterData(string field, string value) |
Sets the filter data value associated with the secret for the given filter field to value