Modules

filter

 

Objects/Functions

module (N/https)

SuiteScript 2.0

https.createSecureString(options)

{https}.createSecureString({input: {string*},inputEncoding: {https.Encoding}})

N/https Module
https.createSecureString()
Method Description: Creates and returns an https.SecureString.
Returns: https.SecureString
Supported Script Types: Server scripts For more information, see SuiteScript 2.0 Script Types.
Governance: None
Module: N/https Module
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=https.createSecureString(options)

Example:

// Code Example 1
// Add additional code
//...
var secureToken = https.createSecureString({
input: passwordGuid
});
//...
// Add additional code

//SOURCE: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_4418247678.html