Neos\Flow\Security\Authentication\Provider\TestingProvider::getTokenClassNames PHP Method

getTokenClassNames() public method

Returns the class names of the tokens this provider can authenticate.
public getTokenClassNames ( ) : array
return array
    public function getTokenClassNames()
    {
        return [TestingToken::class];
    }