AppserverIo\Appserver\Core\Api\Node\AuthenticatorNode::getType PHP Method

getType() public method

Return's the authenticator type.
public getType ( ) : string
return string The authenticator type
    public function getType()
    {
        return $this->type;
    }
AuthenticatorNode