getSaml2User() public method

The user info from the assertion
public getSaml2User ( ) : Saml2User
return Saml2User
 /**
  * The user info from the assertion
  *
  * @return \Aacotroneo\Saml2\Saml2User 
  * @static 
  */
 public static function getSaml2User()
 {
     return \Aacotroneo\Saml2\Saml2Auth::getSaml2User();
 }