Modules

filter

 

Objects/Functions

module (N/https)

SuiteScript 2.0

https.createSecureString.promise(options)

// Please search https://system.netsuite.com/app/help/helpcenter.nl?search=https.createSecureString.promise(options) for more information.

N/https Module
https.createSecureString.promise()
Method Description: Creates and returns an https.SecureString asynchronously. The parameters and errors thrown for this method are the same as those for https.createSecureString(options). For more information on promises, see Promise Object.
Returns: Promise Object
Synchronous Version: https.createSecureString(options)
Supported Script Types: Client scripts For more information, see SuiteScript 2.0 Client Script Type.
Governance: None
Module: N/https Module
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=https.createSecureString.promise(options)

Example:

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

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