I am building a RememberMe Component using the AuthComponent and would like to get the BaseAuthenticate::$settings
data (userModel and fields) data out of the XxxxAuthenticate object so I can know what model and fields I should be dealing with, but I can't seem to figure out how to get that data back out.
Any suggestions?
Basically I need something with the same functionality as Auth::getModel( )
or Auth::$userModel
from Cake 1.X.
Cake- 2.0.3