SecretString Class

This represents a placeholder object that represents a secret string. The contents of that string are not available to script; this object is just a placeholder.

Methods

constructor

new SecretString(value: string)

Parameters

  • value: string

Returns SecretString