Class CreateKeyResponse
Contains details of a response to a CreateKeyRequest.
Inherited Members
Namespace: Yort.Humm.InStore
Assembly: Yort.Humm.InStore.dll
Syntax
public sealed class CreateKeyResponse : ResponseBase
Properties
| Improve this Doc View SourceKey
The device key to use for all future API requests using the merchant id and device id associated with the request that generated this response.
Declaration
[JsonProperty("x_key")]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
String | The key as a string. |
Remarks
This key is required to generate signatures for all future requests to the Humm API that use the same merchant id and device id as the request that generated this response. User code should ensure this value is persisted to disk and re-loaded as required, and ensure any relevant HummClient instance is initialised with this key.