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.21.0.1
Syntaxpublic AuthToken(
string token
)
Public Sub New (
token As String
)
public:
AuthToken(
String^ token
)
new :
token : string -> AuthTokenParameters
- token
- Type: SystemString
A string representing the user's credentials.
See Also