Click or drag to resize

JsonWebTokenTestStepAction Property

Gets or sets the action of this test step

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public JsonWebTokenStepActions Action { get; set; }

Property Value

Type: JsonWebTokenStepActions
A valid value from enumeration JsonWebTokenStepActions
See Also