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