Skip to main content

ResQ.Storage.PinataOptions

PinataOptions.ApiSecret Property

Gets or sets the Pinata API secret for authentication.

Property Value

System.String
The API secret string, or null if not using API key authentication.

Example

Remarks

The API secret must be paired with ApiKey for authentication. This is used as an alternative to JWT tokens. JWT authentication is preferred. Store this value securely and never commit it to source control.