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; }
Public Property JwtSecurityToken As JwtSecurityToken
Get
Set
public:
property JwtSecurityToken^ JwtSecurityToken {
JwtSecurityToken^ get ();
void set (JwtSecurityToken^ value);
}
member JwtSecurityToken : JwtSecurityToken with get, set
Property Value
Type:
JwtSecurityToken
The JWT security token.
See Also