RequestOptionsToken Property |
Gets or sets the Token used for HTTP Bearer authentication if user do not want to use the
Credential from the
Profile
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string Token { get; set; }
<DataMemberAttribute>
Public Property Token As String
Get
Set
public:
[DataMemberAttribute]
property String^ Token {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Token : string with get, set
Property Value
Type:
String
The token to sent with HTTP Header: Authorization: Bearer [Token]
See Also