New-NectarToken
- 20 Aug 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
New-NectarToken
- Updated on 20 Aug 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Creates a new JSON web token (JWT) to be used in scripts
Syntax
New-NectarToken
-TokenName <String>
Examples
Example 1
New-NectarToken -TokenName 'ScriptToken'
Parameters
-TokenName <String>
A descriptive name for the token
Parameter | Value |
---|---|
Required | true |
Position | 1 |
Required | true |
Default Value | None |
Accept pipeline input? | false |
Accept wildcard characters? | false |
Was this article helpful?