Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Judging from the same question in the IBM developerWorks forum <a href="http://www.ibm.com/developerworks/forums/post!reply.jspa?threadID=470690" rel="nofollow">http://www.ibm.com/developerworks/forums/post!reply.jspa?threadID=470690</a>, this seems to be a Worklight-related question.</p> <p>====</p> <p>The Basic Authenticator is not meant for use in the context of Mobile applications. For this, I would recommend using adapter-based authentication.</p> <p>With adapter-based authentication, you also have onSuccess and onFailure in addition to timeout. Thus, if providing incorrect credentials, you will not have to wait for the timeout, rather you will get onFailure.</p> <p>See the following topics in IBM Worklight's Getting Started page: </p> <ul> <li><a href="https://www.ibm.com/developerworks/mobile/worklight/getting-started/#authentication" rel="nofollow">https://www.ibm.com/developerworks/mobile/worklight/getting-started/#authentication</a></li> </ul> <p>And more specifically:</p> <ul> <li><a href="ftp://public.dhe.ibm.com/software/mobile-solutions/worklight/docs/v505/Module_20_-_Authentication_Concepts.pdf" rel="nofollow">ftp://public.dhe.ibm.com/software/mobile-solutions/worklight/docs/v505/Module_20_-_Authentication_Concepts.pdf</a></li> <li><a href="ftp://public.dhe.ibm.com/software/mobile-solutions/worklight/docs/v505/Module_22_-_Adapter_Based_Authentication.pdf" rel="nofollow">ftp://public.dhe.ibm.com/software/mobile-solutions/worklight/docs/v505/Module_22_-_Adapter_Based_Authentication.pdf</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload