deliveryServiceInSession() Method
In ScheduleService, use the deliveryServiceInSession() method to deliver a document associated with the deliveryRequest and bipSessionToken string for a given user.
For more information about in-session methods, see About In-Session Methods.
Signature
String deliveryServiceInSession(String jobInstanceID, String bipSessionToken);
Parameters for deliveryServiceInSession() Method
Parameter | Description |
---|---|
DeliveryRequest deliveryRequest |
The DeliveryRequest object. See DeliveryRequest. |
String bipSessionToken |
The proprietary token string generated for the user. With the bipSessionToken string, the user no longer needs to provide user credentials. The server can validate this token string and restore the session to perform needed operation. |