Skip to main content

nexigon_api.projects.CreateDeploymentTokenOutput

Output of creating a deployment token.

tokenIdnexigon_api.projects.DeploymentTokenId (string)required

Unique ID of a deployment token.

tokennexigon_api.projects.DeploymentToken (string)required

Deployment token.

nexigon_api.projects.CreateDeploymentTokenOutput
{
"tokenId": "string",
"token": "string"
}