Solar_Auth_Adapter_Mail::_redirect()
    protected
    void
     Solar_Auth_Adapter_Mail::_redirect  ( void
    
 )
Redirects to another URI after valid authentication.
Inherited from Solar_Auth_Adapter.
Parameters
- None. 
Returns
- (void) 
Description
Redirects to another URI after valid authentication.
Looks at the value of the 'redirect' source key, and sets a 'Location:' header from it. Note that this will end any further processing on this page-load.
If the 'redirect' key is empty or not present, will not redirect, and processing will continue.