Neos\Flow\Security\Authentication\Token\UsernamePassword::__toString PHP Méthode

__toString() public méthode

Returns a string representation of the token for logging purposes.
public __toString ( ) : string
Résultat string The username credential
    public function __toString()
    {
        return 'Username: "' . $this->credentials['username'] . '"';
    }