What class controls which authentication function is carried out?

Hello,

I’m tryimng to limit what authentication method happens when a user logs in. When a user logs in from a client (rather than the web) it performs the authentication(String,String,String) instead of authentication(String,String) like I want. What class controls this? What needs to be modified to force this?

Hello all,

Just want to see if anyone had any ideas on how to force a connecting client to use the authentication(String,String) function instead of the authentication(String,String,String) function which contains the a token and digest.