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

Inheritance: extends AbstractToken, implements SessionlessTokenInterface
Mostrar archivo Open project: neos/flow-development-collection

Public Methods

Method 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 method

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

updateCredentials() public method

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