Class TrustTokenOperationDoneEventArgs
TrustTokenOperationDone
public sealed class TrustTokenOperationDoneEventArgs : EventArgs
- Inheritance
-
TrustTokenOperationDoneEventArgs
- Inherited Members
Properties
IssuedTokenCount
Gets or sets the issuedTokenCount
[JsonPropertyName("issuedTokenCount")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? IssuedTokenCount { get; set; }
Property Value
- long?
IssuerOrigin
Gets or sets the issuerOrigin
[JsonPropertyName("issuerOrigin")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string IssuerOrigin { get; set; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
Status
Gets or sets the status
[JsonPropertyName("status")]
public string Status { get; set; }
Property Value
TopLevelOrigin
Gets or sets the topLevelOrigin
[JsonPropertyName("topLevelOrigin")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string TopLevelOrigin { get; set; }
Property Value
Type
Gets or sets the type
[JsonPropertyName("type")]
public TrustTokenOperationType Type { get; set; }