AppserverIo\Appserver\Core\Api\Node\AuthenticatorNode::getName PHP Méthode

getName() public méthode

Return's the authenticator name.
public getName ( ) : string
Résultat string The authenticator name
    public function getName()
    {
        return $this->name;
    }
AuthenticatorNode