PHP Class Neos\Flow\Security\Authentication\Token\TestingToken

Inheritance: extends AbstractToken, implements SessionlessTokenInterface
Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Méthode Description
__toString ( ) : string Returns a string representation of the token for logging purposes.
updateCredentials ( ActionRequest $actionRequest ) : void Simply sets the authentication status to AUTHENTICATION_NEEDED

Method Details

__toString() public méthode

Returns a string representation of the token for logging purposes.
public __toString ( ) : string
Résultat string The username credential

updateCredentials() public méthode

Simply sets the authentication status to AUTHENTICATION_NEEDED
public updateCredentials ( ActionRequest $actionRequest ) : void
$actionRequest Neos\Flow\Mvc\ActionRequest The current action request instance
Résultat void