Neos\Flow\Security\Authentication\TokenInterface::setAuthenticationProviderName PHP Метод

setAuthenticationProviderName() публичный Метод

Sets the name of the authentication provider responsible for this token
public setAuthenticationProviderName ( string $authenticationProviderName ) : void
$authenticationProviderName string The authentication provider name
Результат void
    public function setAuthenticationProviderName($authenticationProviderName);