Properties of a SecretsTask.

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

Implemented by

Properties

Properties

authority?: null | string

The authority of the secrets that are to be requested.

url?: null | string

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