Click or drag to resize
ServiceCreateAuthorizationRequest Method
Returns an empty Request object to be used for authorization.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public abstract Request CreateAuthorizationRequest()

Return Value

Type: Request
Exceptions
ExceptionCondition
NotFoundException This service does not have an AuthorizationRequest Operation.
Remarks

An application must populate the Request before using it with Session.sendAuthorizationRequest().

Note that this method can be called only on authorization services. This method will throw a NotFoundException if this Service does not provide an AuthorizationRequest operation. The request created by this method can be used for authorizing users to receive data from other Services that require this authorization.

See Also