Aacotroneo\Saml2\Saml2Auth::getSaml2User PHP Method

getSaml2User() public method

The user info from the assertion
public getSaml2User ( ) : Saml2User
return Saml2User
    function getSaml2User()
    {
        return new Saml2User($this->auth);
    }

Usage Example

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