JsonWebTokenTestStepJwtSecurityTokenString Property |
Gets or sets the JWT security token in its string format.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string JwtSecurityTokenString { get; set; }
<DataMemberAttribute>
Public Property JwtSecurityTokenString As String
Get
Set
public:
[DataMemberAttribute]
property String^ JwtSecurityTokenString {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member JwtSecurityTokenString : string with get, set
Property Value
Type:
String
An
String value that represents JwtSecurityTokenString of the current object
Remarks When this test step is used to generate security token, The generated token is saved in this property.
When this test step is used to validate security token, You should assign the token in this property.
See Also