:: com :: sun :: star :: ucb ::

exception AuthenticationFallbackRequest
Base Hierarchy
AuthenticationFallbackRequest
 ┗ ::com::sun::star::task::ClassifiedInteractionRequest
    ┗ ::com::sun::star::uno::Exception

Elements' Summary
instructions Instructions to be followed by the user  
url url to be opened in browser  
Elements' Details
instructions
string instructions;
Description
Instructions to be followed by the user
url
string url;
Description
url to be opened in browser
Top of Page