NordigenClientCredentials
The NordigenClientCredentials class represents user secrets as provided by GoCardless. Used to acquire access-tokens to the API.
Properties
SecretId - string
Secret GoCardless API credential id.
SecretKey - string
Secret GoCardless API credential key.
Constructor
public NordigenClientCredentials(string secretId, string secretKey)
Parameters
secretId - string
Secret GoCardless API credential id.