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

exception URLAuthenticationRequest
Base Hierarchy
URLAuthenticationRequestAuthenticationRequest
    ┗ ::com::sun::star::task::ClassifiedInteractionRequest
       ┗ ::com::sun::star::uno::Exception
Description
An error specifing lack of correct authentication data (e.g., to log into an account).
Since
OOo 3.2

Elements' Summary
URL The URL for which authentication is requested.  
Elements' Details
URL
string URL;
Description
The URL for which authentication is requested.
Top of Page