Class TrustTokenParams
TrustTokenParams
public sealed class TrustTokenParams
- Inheritance
-
TrustTokenParams
- Inherited Members
Properties
Issuers
issuers
[JsonPropertyName("issuers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string[] Issuers { get; set; }
Property Value
- string[]
Operation
operation
[JsonPropertyName("operation")]
public TrustTokenOperationType Operation { get; set; }
Property Value
RefreshPolicy
refreshPolicy
[JsonPropertyName("refreshPolicy")]
public TrustTokenParamsRefreshPolicyValues RefreshPolicy { get; set; }