Neos\Flow\Security\Authentication\Provider\TestingProvider::getTokenClassNames PHP Méthode

getTokenClassNames() public méthode

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