Returns an empty Request object to be used for authorization.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract Request CreateAuthorizationRequest()
Public MustOverride Function CreateAuthorizationRequest As Request
public: virtual Request^ CreateAuthorizationRequest() abstract
Return Value
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.
Exceptions
Exception | Condition |
---|---|
NotFoundException |
This service does not have an
AuthorizationRequest Operation.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1