Click or drag to resize

JsonWebTokenTestStepPayload Property

Gets or sets the payload used in the Json Web Token

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public ObservableCollection<TokenClaim> Payload { get; set; }

Property Value

Type: ObservableCollectionTokenClaim
An ObservableCollectionT containing several TokenClaims.
See Also