Click or drag to resize
AbstractSessionGenerateToken Method (String, String, CorrelationID, EventQueue)
Return a generated token to be used for authorization.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public CorrelationID GenerateToken(
	string userId,
	string ipAddress,
	CorrelationID correlationId,
	EventQueue eventQueue
)

Parameters

userId
Type: SystemString
ipAddress
Type: SystemString
correlationId
Type: Bloomberglp.BlpapiCorrelationID
eventQueue
Type: Bloomberglp.BlpapiEventQueue

Return Value

Type: CorrelationID
a CorrelationID for this asynchronous openService request.
Exceptions
ExceptionCondition
InvalidOperationException Session is not started.
ArgumentException Invalid authentication option is specified in session option or there is failure to get authentication information based on authentication option.
DuplicateCorrelationIDException The specified correlationId is already active for this Session.
Remarks
Generate a token to be used for authorization
See Also