Click or drag to resize

JsonWebTokenTestStepJwtSecurityToken Property

Gets or sets the JWT security token in its object format.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax
public JwtSecurityToken JwtSecurityToken { get; set; }

Property Value

Type: JwtSecurityToken
The JWT security token.
See Also