Class EnrolResponse
Contains the result of a successful EnrolRequest.
Inherited Members
Namespace: Yort.Zip.InStore
Assembly: Yort.Zip.InStore.dll
Syntax
public class EnrolResponse
Properties
| Improve this Doc View SourceClientId
The client id to be used when requesting new authentication tokens from Zip.
Declaration
[JsonPropertyName("client_id")]
public string ClientId { get; set; }
Property Value
Type | Description |
---|---|
String |
Remarks
NOTE: The 'enrollment system' is untested as the test account provided to the library authors did not support generating activation codes. This should work, but if it doesn't, please log an issue.
ClientSecret
The client secret to be used when requesting new authentication tokens from Zip.
Declaration
[JsonPropertyName("client_secret")]
public string ClientSecret { get; set; }
Property Value
Type | Description |
---|---|
String |