Creates an
AuthToken to use for authorization.
The behavior is undefined when token is null
or empty.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.4.1
Syntax public AuthToken(
string token
)
Public Sub New (
token As String
)
public:
AuthToken(
String^ token
)
new :
token : string -> AuthToken
Parameters
- token
- Type: SystemString
A string representing the user's credentials.
See Also