extract Secure Properties
Extracts secure properties from secure store by zowe config file path in current instance.
Return
Nothing.
See also
ZoweConfig. read Zowe Credentials From Storage
Parameters
file Path
path of zowe.config.json file. Secure props will be extracted by this parameter.
keytar
instance of KeytarWrapper. This param is needed for accessing credential storage.
fun extractSecureProperties(filePathTokens: Array<String>, keytar: KeytarWrapper = DefaultKeytarWrapper())
Extracts secure properties from secure store by zowe config file path in current instance.
Return
Nothing.
See also
ZoweConfig. read Zowe Credentials From Storage
Parameters
file Path Tokens
path of zowe.config.json file splitted by delimiter. Secure props will be extracted by this parameter.
keytar
instance of KeytarWrapper. This param is needed for accessing credential storage.