RequestSecret Constructors
An object defining constructors for the RequestSecret class.
RequestSecret(processId, requestId, tokenId)
Initializes a new instance of the RequestSecret
class with the specified process ID, request ID, and token ID.
Parameters:
processId (required): long
The ID of the process.
requestId (required): long
The ID of the request.
tokenId (required): string
The token ID used for the secret.
RequestSecret(processId, tokenId)
Initializes a new instance of the RequestSecret
class with the specified process ID and token ID.
Parameters:
processId (required): long
The ID of the process.
tokenId (required): string
The token ID used for the secret.