Properties of a SecretsTask.

interface ISecretsTask {
    authority?: string;
    url?: string;
}

Implemented by

Properties

Properties

authority?: string

The authority of the secrets that are to be requested.

url?: string

The url of the server to request secrets from. The default is https://api.secrets.switchboard.xyz.

Generated using TypeDoc